summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-03-03 20:08:12 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-03-03 20:08:12 +0000
commit4b99e05aa21a8cc1b13fdaedc8063a470373ca81 (patch)
tree2609e2c8fdb5a60c402cafb58b63d48f3546d76c /sys/modules
parent003335492ee1044b0afa73e595edf4e61f090fd5 (diff)
downloadFreeBSD-src-4b99e05aa21a8cc1b13fdaedc8063a470373ca81.zip
FreeBSD-src-4b99e05aa21a8cc1b13fdaedc8063a470373ca81.tar.gz
Add ar9280.c and ar9280_attach.c.
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 511d3f8..c50da58 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+= ar9280.c ar9280_attach.c
SRCS+= ar9285.c ar9285_reset.c ar9285_attach.c
# NB: rate control is bound to the driver by symbol names so only pick one
OpenPOWER on IntegriCloud