Re: Atheros 9220 don't return from S3 state

2013-01-14 Thread Ian Smith
On Sun, 13 Jan 2013 11:25:37 -0800, Adrian Chadd wrote:

  The problem here is I can't easily test this. We detach and re-attach
  cardbus devices during suspend/resume, so although I have AR9220
  mini-PCI NICs, they don't stay connected the normal way. The slot gets
  fully powered down and reset upon power up.

Ah, of course, cardbus .. I was wondering what *CBS[01] in my dmesg were 
that indicated apparently not being able to go from D0 - D2, though on 
resume they seemed to do D2 - D0 ok (well, perhaps from D3 really?)

Um, are you saying that mini-PCI devices are treated as if cardbus?

My only wireless card is an old Cabletron RoamAbout 11b, pccard not 
cardbus, that used to work on (AFAIR) 4.8-REL but on 9.1-REL causes an 
interrupt storm on IRQ 11, throttled.  I'm uninterested in pursing it.

And I haven't managed to get a cardbus USB 2 card working properly 
either yet, to the extent that suspend/resume _sometimes_ but not 
with any apparent consistency panics, so I'm no help here.

cheers, Ian
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to freebsd-wireless-unsubscr...@freebsd.org


9-STABLE kernel ath build problem, probably related to r245429

2013-01-14 Thread Jakub Lach
Have dependencies changed?

I've only have ath and ath_pci, they always gave me everything I needed
for my card.

/usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar9002/ar9285_attach.c:144:35:
error:
  use of undeclared identifier 'ath_hal_EepromDataRead'
AH_PRIVATE(ah)-ah_eepromRead = ath_hal_EepromDataRead;
^
1 error generated.
*** [ar9285_attach.o] Error code 1




--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/9-STABLE-kernel-ath-build-problem-probably-related-to-r245429-tp5777695.html
Sent from the freebsd-wireless mailing list archive at Nabble.com.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to freebsd-wireless-unsubscr...@freebsd.org


Re: 9-STABLE kernel ath build problem, probably related to r245429

2013-01-14 Thread Adrian Chadd
-HEAD or -9 ?



Adrian

On 14 January 2013 15:59, Jakub Lach jakub_l...@mailplus.pl wrote:
 Have dependencies changed?

 I've only have ath and ath_pci, they always gave me everything I needed
 for my card.

 /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar9002/ar9285_attach.c:144:35:
 error:
   use of undeclared identifier 'ath_hal_EepromDataRead'
 AH_PRIVATE(ah)-ah_eepromRead = ath_hal_EepromDataRead;
 ^
 1 error generated.
 *** [ar9285_attach.o] Error code 1




 --
 View this message in context: 
 http://freebsd.1045724.n5.nabble.com/9-STABLE-kernel-ath-build-problem-probably-related-to-r245429-tp5777695.html
 Sent from the freebsd-wireless mailing list archive at Nabble.com.
 ___
 freebsd-wireless@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
 To unsubscribe, send any mail to freebsd-wireless-unsubscr...@freebsd.org
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to freebsd-wireless-unsubscr...@freebsd.org


Re: 9-STABLE kernel ath build problem, probably related to r245429

2013-01-14 Thread Adrian Chadd
Duh, 9-STABLE.

Guess it wasn't build tested before commit? Odd...



Adrian
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to freebsd-wireless-unsubscr...@freebsd.org