summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-03-31 08:07:13 +0000
committeradrian <adrian@FreeBSD.org>2011-03-31 08:07:13 +0000
commit6f4c1d61a6931faa198ead443a8df2a9b2e70982 (patch)
treed50f60c844cf48dc643a401d409974352145189e /sys/arm
parentfa6777f630dc080de4f759ad8827d123cb4e0f07 (diff)
downloadFreeBSD-src-6f4c1d61a6931faa198ead443a8df2a9b2e70982.zip
FreeBSD-src-6f4c1d61a6931faa198ead443a8df2a9b2e70982.tar.gz
Break out the ath PCI logic into a separate device/module.
Introduce the AHB glue for Atheros embedded systems. Right now it's hard-coded for the AR9130 chip whose support isn't yet in this HAL; it'll be added in a subsequent commit. Kernel configuration files now need both 'ath' and 'ath_pci' devices; both modules need to be loaded for the ath device to work.
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/conf/AVILA3
-rw-r--r--sys/arm/conf/CAMBRIA3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arm/conf/AVILA b/sys/arm/conf/AVILA
index db1c3a0..3de3add 100644
--- a/sys/arm/conf/AVILA
+++ b/sys/arm/conf/AVILA
@@ -120,7 +120,8 @@ device wlan_ccmp # 802.11 CCMP support
device wlan_tkip # 802.11 TKIP support
device wlan_xauth
-device ath # Atheros pci/cardbus NIC's
+device ath # Atheros NIC's
+device ath_pci # Atheros pci/cardbus glue
options ATH_DEBUG
options ATH_DIAGAPI
#options ATH_TX99_DIAG
diff --git a/sys/arm/conf/CAMBRIA b/sys/arm/conf/CAMBRIA
index ed16ed8..5dacf26 100644
--- a/sys/arm/conf/CAMBRIA
+++ b/sys/arm/conf/CAMBRIA
@@ -123,7 +123,8 @@ device wlan_ccmp # 802.11 CCMP support
device wlan_tkip # 802.11 TKIP support
device wlan_xauth
-device ath # Atheros pci/cardbus NIC's
+device ath # Atheros NIC's
+device ath_pci # Atheros pci/cardbus glue
options ATH_DEBUG
options ATH_DIAGAPI
#options ATH_TX99_DIAG
OpenPOWER on IntegriCloud