Date: Fri, 29 Jan 2010 10:10:14 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files src/sys/dev/ath/ath_hal ah_eeprom_v4k.h src/sys/dev/ath/ath_hal/ar5212 ar5212_power.c ar5212reg.h src/sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_ani.c ar5416_attach.c ar5416_cal.c ar5416_cal.h ar5416_gpio.c ... Message-ID: <201001291012.o0TACANK020797@repoman.freebsd.org>
index | next in thread | raw e-mail
rpaulo 2010-01-29 10:10:14 UTC
FreeBSD src repository
Modified files:
sys/conf files
sys/dev/ath/ath_hal ah_eeprom_v4k.h
sys/dev/ath/ath_hal/ar5212 ar5212_power.c ar5212reg.h
sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_ani.c
ar5416_attach.c ar5416_cal.c
ar5416_cal.h ar5416_gpio.c
ar5416_reset.c ar5416phy.h
ar5416reg.h ar9160_attach.c
ar9280_attach.c
Added files:
sys/dev/ath/ath_hal/ar5416 ar9285.ini ar9285v2.ini
Log:
SVN rev 203159 on 2010-01-29 10:10:14Z by rpaulo
Add support for the AR9285 chipset, which is found on many netbooks
available today.
This card is a low power 802.11bgn that only does 11n rates up to MCS 7
(that's 65 Mbps in 20Mhz mode and 135 in 40Mhz mode).
802.11n is not yet supported, but will be in the future.
The driver still has a problem regarding to the setting of txpower on
the card, so don't expect good performance yet. After fixing this
problem, an MFC is possible.
Special thanks to iXsystems and S Smirnov <tonve at yandex.ru> for help
with the purchase of a netbook with this card.
Sponsored by: iXsystems, Inc.
Revision Changes Path
1.1496 +52 -34 src/sys/conf/files
1.2 +2 -4 src/sys/dev/ath/ath_hal/ah_eeprom_v4k.h
1.2 +3 -3 src/sys/dev/ath/ath_hal/ar5212/ar5212_power.c
1.4 +1 -0 src/sys/dev/ath/ath_hal/ar5212/ar5212reg.h
1.9 +1 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416.h
1.3 +3 -3 src/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
1.11 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
1.4 +60 -2 src/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
1.3 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_cal.h
1.5 +3 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_gpio.c
1.12 +271 -96 src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
1.2 +5 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416phy.h
1.5 +102 -34 src/sys/dev/ath/ath_hal/ar5416/ar5416reg.h
1.8 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar9160_attach.c
1.2 +52 -9 src/sys/dev/ath/ath_hal/ar5416/ar9280_attach.c
1.1 +699 -0 src/sys/dev/ath/ath_hal/ar5416/ar9285.ini (new)
1.1 +746 -0 src/sys/dev/ath/ath_hal/ar5416/ar9285v2.ini (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001291012.o0TACANK020797>
