svn commit: r231908 - head/sys/powerpc/conf

Andreas Tobler andreast at FreeBSD.org
Sun Feb 19 10:10:13 UTC 2012


Author: andreast
Date: Sun Feb 19 10:10:12 2012
New Revision: 231908
URL: http://svn.freebsd.org/changeset/base/231908

Log:
  Enable the new PCI-PCI bridge driver by default.
  Tested on 32- and 64-bit PowerMac.

Modified:
  head/sys/powerpc/conf/DEFAULTS

Modified: head/sys/powerpc/conf/DEFAULTS
==============================================================================
--- head/sys/powerpc/conf/DEFAULTS	Sun Feb 19 08:58:31 2012	(r231907)
+++ head/sys/powerpc/conf/DEFAULTS	Sun Feb 19 10:10:12 2012	(r231908)
@@ -13,5 +13,7 @@ device		uart_z8530
 options 	GEOM_PART_APM
 options 	GEOM_PART_MBR
 
+options         NEW_PCIB
+
 # Allow mounting non-MPSAFE filesystems
 options		VFS_ALLOW_NONMPSAFE


More information about the svn-src-all mailing list