From 3f07025a76f8278b1ce18c420518100416c6f064 Mon Sep 17 00:00:00 2001 From: Andreas Tobler Date: Sun, 19 Feb 2012 10:10:12 +0000 Subject: [PATCH] Enable the new PCI-PCI bridge driver by default. Tested on 32- and 64-bit PowerMac. --- sys/powerpc/conf/DEFAULTS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/powerpc/conf/DEFAULTS b/sys/powerpc/conf/DEFAULTS index 54d194027f9f..c55560bc74a0 100644 --- a/sys/powerpc/conf/DEFAULTS +++ b/sys/powerpc/conf/DEFAULTS @@ -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