diff options
author | adrian <adrian@FreeBSD.org> | 2011-05-26 20:31:08 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2011-05-26 20:31:08 +0000 |
commit | bf6c407dccf7d2dce4a43836723e15f6bc6d288c (patch) | |
tree | 1d1a6ab435b4d1fe37d628383b5eb81dcc741d0b /sys/modules/ath | |
parent | 34ca846f6ffbf55e7571c54b9c98847b39d64c31 (diff) | |
download | FreeBSD-src-bf6c407dccf7d2dce4a43836723e15f6bc6d288c.zip FreeBSD-src-bf6c407dccf7d2dce4a43836723e15f6bc6d288c.tar.gz |
Introduce AR9287 support to the FreeBSD HAL.
Diffstat (limited to 'sys/modules/ath')
-rw-r--r-- | sys/modules/ath/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index b66ec09..6b093a9 100644 --- a/sys/modules/ath/Makefile +++ b/sys/modules/ath/Makefile @@ -116,6 +116,12 @@ SRCS+= ar9280.c ar9280_attach.c ar9280_olc.c SRCS+= ar9285.c ar9285_reset.c ar9285_attach.c ar9285_cal.c ar9285_phy.c SRCS+= ar9285_diversity.c +# + AR9287 - Kiwi +.PATH: ${.CURDIR}/../../dev/ath/ath_hal +SRCS+= ah_eeprom_9287.c +.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar9002 +SRCS+= ar9287.c ar9287_reset.c ar9287_attach.c ar9287_cal.c ar9287_olc.c + # NB: rate control is bound to the driver by symbol names so only pick one .if ${ATH_RATE} == "sample" .PATH: ${.CURDIR}/../../dev/ath/ath_rate/sample |