diff options
author | bschmidt <bschmidt@FreeBSD.org> | 2011-05-02 16:51:02 +0000 |
---|---|---|
committer | bschmidt <bschmidt@FreeBSD.org> | 2011-05-02 16:51:02 +0000 |
commit | 07db5669ead32fc317eb26df9ef174400cebb31c (patch) | |
tree | e8a06a9344438229cdd1fd142e0442914d13ab96 | |
parent | 3ae840e8a98310f5a2fbb6679b7a0bc15b4d6864 (diff) | |
download | FreeBSD-src-07db5669ead32fc317eb26df9ef174400cebb31c.zip FreeBSD-src-07db5669ead32fc317eb26df9ef174400cebb31c.tar.gz |
All PCI based wireless drivers seem to be explicitly removed from the
PAE kernel config, do that also for those added to GENERIC lately.
-rw-r--r-- | sys/i386/conf/PAE | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE index 6375930..1f26ab3 100644 --- a/sys/i386/conf/PAE +++ b/sys/i386/conf/PAE @@ -77,5 +77,11 @@ nodevice ath # Atheros pci/cardbus NIC's nodevice ath_pci nodevice ath_hal nodevice ath_rate_sample # SampleRate tx rate control for ath +nodevice ipw +nodevice iwi +nodevice iwn +nodevice malo +nodevice mwl nodevice ral nodevice wi +nodevice wpi |