Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 May 2011 16:51:02 +0000 (UTC)
From:      Bernhard Schmidt <bschmidt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r221329 - head/sys/i386/conf
Message-ID:  <201105021651.p42Gp2m2046253@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105021651.p42Gp2m2046253>