From 94c389c61b5f4aa88c2fade72ddb3ea2fb17d451 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Thu, 26 May 2011 20:31:08 +0000 Subject: Introduce AR9287 support to the FreeBSD HAL. --- sys/modules/ath/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys/modules') diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index b66ec09c4b733..6b093a9b040a7 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 -- cgit v1.3