summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-03-02 13:13:12 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-03-02 13:13:12 +0000
commit6ebe52bf78ca20ac3d3570c062a705dd07735e5d (patch)
treed6cd6481f4b1da5b57e848b97bff0085f693cb1e /sys/modules
parentca68ea62baea631a6cd8ea2fdf79114c7aa88ea5 (diff)
downloadFreeBSD-src-6ebe52bf78ca20ac3d3570c062a705dd07735e5d.zip
FreeBSD-src-6ebe52bf78ca20ac3d3570c062a705dd07735e5d.tar.gz
MFC r197948 r203156 r203158 r203159 r203680 r203682 r203750 r203882 r203930
r203933 r203959 r204521 r204578: Atheros AR9285 support.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ath/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile
index d494c45..d6f798f 100644
--- a/sys/modules/ath/Makefile
+++ b/sys/modules/ath/Makefile
@@ -91,6 +91,7 @@ SRCS+= ah_eeprom_v14.c \
SRCS+= ar9160_attach.c
# RF backend for 5416 and 9160
SRCS+= ar2133.c
+SRCS+= ar9285.c ar9285_attach.c
# NB: rate control is bound to the driver by symbol names so only pick one
.if ${ATH_RATE} == "sample"
OpenPOWER on IntegriCloud