summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/PAE
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/i386/conf/PAE
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/i386/conf/PAE')
-rw-r--r--sys/i386/conf/PAE1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE
index a8abf7a..6375930 100644
--- a/sys/i386/conf/PAE
+++ b/sys/i386/conf/PAE
@@ -74,6 +74,7 @@ nodevice xe
nodevice an
nodevice ath # Atheros pci/cardbus NIC's
+nodevice ath_pci
nodevice ath_hal
nodevice ath_rate_sample # SampleRate tx rate control for ath
nodevice ral
OpenPOWER on IntegriCloud