summaryrefslogtreecommitdiffstats
path: root/sys/amd64
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/amd64
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/amd64')
-rw-r--r--sys/amd64/conf/DEFAULTS2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/conf/DEFAULTS b/sys/amd64/conf/DEFAULTS
index 1fb52b3..2c221cb 100644
--- a/sys/amd64/conf/DEFAULTS
+++ b/sys/amd64/conf/DEFAULTS
@@ -20,3 +20,5 @@ options GEOM_PART_BSD
options GEOM_PART_EBR
options GEOM_PART_EBR_COMPAT
options GEOM_PART_MBR
+
+options NEW_PCIB
OpenPOWER on IntegriCloud