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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to