]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r197948 r203156 r203158 r203159 r203680 r203682 r203750 r203882 r203930
authorrpaulo <rpaulo@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 2 Mar 2010 13:13:12 +0000 (13:13 +0000)
committerrpaulo <rpaulo@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 2 Mar 2010 13:13:12 +0000 (13:13 +0000)
commit3390f86a1e9129100687e020eeeccfe22e08d410
treed6cd6481f4b1da5b57e848b97bff0085f693cb1e
parentea7d45a3aba735006730961d8b222f7131dae471
MFC r197948 r203156 r203158 r203159 r203680 r203682 r203750 r203882 r203930
    r203933 r203959 r204521 r204578:

Atheros AR9285 support.

git-svn-id: svn://svn.freebsd.org/base/stable/8@204580 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
37 files changed:
sys/conf/files
sys/dev/ath/ath_hal/ah.h
sys/dev/ath/ath_hal/ah_eeprom_v14.h
sys/dev/ath/ath_hal/ah_eeprom_v4k.c [new file with mode: 0644]
sys/dev/ath/ath_hal/ah_eeprom_v4k.h [new file with mode: 0644]
sys/dev/ath/ath_hal/ar5212/ar5212.h
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
sys/dev/ath/ath_hal/ar5212/ar5212_power.c
sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
sys/dev/ath/ath_hal/ar5212/ar5212reg.h
sys/dev/ath/ath_hal/ar5416/ar5416.h
sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c
sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcdc.c
sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcgain.c
sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c
sys/dev/ath/ath_hal/ar5416/ar5416_eeprom.c
sys/dev/ath/ath_hal/ar5416/ar5416_gpio.c
sys/dev/ath/ath_hal/ar5416/ar5416_keycache.c
sys/dev/ath/ath_hal/ar5416/ar5416_misc.c
sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
sys/dev/ath/ath_hal/ar5416/ar5416_power.c
sys/dev/ath/ath_hal/ar5416/ar5416_recv.c
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
sys/dev/ath/ath_hal/ar5416/ar5416desc.h
sys/dev/ath/ath_hal/ar5416/ar5416phy.h
sys/dev/ath/ath_hal/ar5416/ar5416reg.h
sys/dev/ath/ath_hal/ar5416/ar9280.h
sys/dev/ath/ath_hal/ar5416/ar9280_attach.c
sys/dev/ath/ath_hal/ar5416/ar9285.c [new file with mode: 0644]
sys/dev/ath/ath_hal/ar5416/ar9285.h [new file with mode: 0644]
sys/dev/ath/ath_hal/ar5416/ar9285.ini [new file with mode: 0644]
sys/dev/ath/ath_hal/ar5416/ar9285_attach.c [new file with mode: 0644]
sys/dev/ath/ath_hal/ar5416/ar9285_reset.c [new file with mode: 0644]
sys/dev/ath/ath_hal/ar5416/ar9285v2.ini [new file with mode: 0644]
sys/modules/ath/Makefile