svn commit: r221329 - head/sys/i386/conf

Bernhard Schmidt bschmidt at FreeBSD.org
Mon May 2 16:51:02 UTC 2011


Author: bschmidt
Date: Mon May  2 16:51:02 2011
New Revision: 221329
URL: http://svn.freebsd.org/changeset/base/221329

Log:
  All PCI based wireless drivers seem to be explicitly removed from the
  PAE kernel config, do that also for those added to GENERIC lately.

Modified:
  head/sys/i386/conf/PAE

Modified: head/sys/i386/conf/PAE
==============================================================================
--- head/sys/i386/conf/PAE	Mon May  2 15:53:00 2011	(r221328)
+++ head/sys/i386/conf/PAE	Mon May  2 16:51:02 2011	(r221329)
@@ -77,5 +77,11 @@ nodevice	ath		# Atheros pci/cardbus NIC'
 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


More information about the svn-src-all mailing list