summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-05-03 18:23:11 +0000
committerjhb <jhb@FreeBSD.org>2011-05-03 18:23:11 +0000
commitf4c1badc8dba1e2799b19b6107079ff48dd0c903 (patch)
treecd3babd1bf57f3268b08fe66d35863e0cfa3dddd /sys/i386
parent51bd96b572ab9e92689e41edfc6fc49aade5d363 (diff)
downloadFreeBSD-src-f4c1badc8dba1e2799b19b6107079ff48dd0c903.zip
FreeBSD-src-f4c1badc8dba1e2799b19b6107079ff48dd0c903.tar.gz
Enable the new PCI-PCI bridge driver on amd64 and i386 by default. It can
be disabled via 'nooptions NEW_PCIB'.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/DEFAULTS2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/conf/DEFAULTS b/sys/i386/conf/DEFAULTS
index 32e77e4..78d807c 100644
--- a/sys/i386/conf/DEFAULTS
+++ b/sys/i386/conf/DEFAULTS
@@ -28,3 +28,5 @@ options GEOM_PART_MBR
# enable support for native hardware
options NATIVE
device atpic
+
+options NEW_PCIB
OpenPOWER on IntegriCloud