summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-12-02 00:38:11 +0000
committerthompsa <thompsa@FreeBSD.org>2009-12-02 00:38:11 +0000
commitdcf5615ac935628b35e0eb4d5e572125e82ed35d (patch)
treef51d0a69ff4603d79034e1d91761b688a62b505e
parent03fba58757cd640da3eed8554e707906bae3e26b (diff)
downloadFreeBSD-src-dcf5615ac935628b35e0eb4d5e572125e82ed35d.zip
FreeBSD-src-dcf5615ac935628b35e0eb4d5e572125e82ed35d.tar.gz
Add missing ath_ar9* ath hal entries.
-rw-r--r--sys/arm/conf/AVILA1
-rw-r--r--sys/i386/conf/NOTES2
-rw-r--r--sys/pc98/conf/NOTES2
3 files changed, 5 insertions, 0 deletions
diff --git a/sys/arm/conf/AVILA b/sys/arm/conf/AVILA
index 7019bc7..b477618 100644
--- a/sys/arm/conf/AVILA
+++ b/sys/arm/conf/AVILA
@@ -132,6 +132,7 @@ device ath_rf5413
device ath_ar5416
options AH_SUPPORT_AR5416
device ath_ar9160
+device ath_ar9280
device usb
#options USB_DEBUG
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 4a5176c..53061d5 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -578,6 +578,8 @@ device ath_hal # pci/cardbus chip support
#device ath_rf5413
#device ath_ar5416 # AR5416 chips
options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
+#device ath_ar9160 # AR9160 chips
+#device ath_ar9280 # AR9160 chips
device ath_rate_sample # SampleRate tx rate control for ath
device ce
device cp
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index 1320be4..12892a6 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -432,6 +432,8 @@ device ath_hal # pci/cardbus chip support
#device ath_rf5413
#device ath_ar5416 # AR5416 chips
options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
+#device ath_ar9160 # AR9160 chips
+#device ath_ar9280 # AR9160 chips
device ath_rate_sample # SampleRate tx rate control for ath
#
OpenPOWER on IntegriCloud