]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
oops - ath_hal_disablepcie is actually destined for another purpose,
authorAdrian Chadd <adrian@FreeBSD.org>
Fri, 25 May 2012 05:01:27 +0000 (05:01 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Fri, 25 May 2012 05:01:27 +0000 (05:01 +0000)
commitae2a0aa428175724afe734f06064ed8f81ae2944
treef58721e274825c623378bf926219031813fe4c79
parent881af8c17664cf99880a54407fbda52be94b8119
oops - ath_hal_disablepcie is actually destined for another purpose,
not to disable the PCIe PHY in prepration for reset.

Extend the enablepci method to have a "poweroff" flag, which if equal
to true means the hardware is about to go to sleep.
sys/dev/ath/ath_hal/ah.h
sys/dev/ath/ath_hal/ah_internal.h
sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
sys/dev/ath/if_ath.c
sys/dev/ath/if_athvar.h