svn commit: r221394 - in head/sys: amd64/conf i386/conf

John Baldwin jhb at FreeBSD.org
Tue May 3 18:23:12 UTC 2011


Author: jhb
Date: Tue May  3 18:23:11 2011
New Revision: 221394
URL: http://svn.freebsd.org/changeset/base/221394

Log:
  Enable the new PCI-PCI bridge driver on amd64 and i386 by default.  It can
  be disabled via 'nooptions NEW_PCIB'.

Modified:
  head/sys/amd64/conf/DEFAULTS
  head/sys/i386/conf/DEFAULTS

Modified: head/sys/amd64/conf/DEFAULTS
==============================================================================
--- head/sys/amd64/conf/DEFAULTS	Tue May  3 17:37:24 2011	(r221393)
+++ head/sys/amd64/conf/DEFAULTS	Tue May  3 18:23:11 2011	(r221394)
@@ -20,3 +20,5 @@ options 	GEOM_PART_BSD
 options 	GEOM_PART_EBR
 options 	GEOM_PART_EBR_COMPAT
 options 	GEOM_PART_MBR
+
+options 	NEW_PCIB

Modified: head/sys/i386/conf/DEFAULTS
==============================================================================
--- head/sys/i386/conf/DEFAULTS	Tue May  3 17:37:24 2011	(r221393)
+++ head/sys/i386/conf/DEFAULTS	Tue May  3 18:23:11 2011	(r221394)
@@ -28,3 +28,5 @@ options 	GEOM_PART_MBR
 # enable support for native hardware
 options 	NATIVE
 device		atpic
+
+options 	NEW_PCIB


More information about the svn-src-all mailing list