diff options
author | jhb <jhb@FreeBSD.org> | 2011-07-16 14:07:44 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2011-07-16 14:07:44 +0000 |
commit | b108f8ac4d1f5c63a758667a925f9519d2300d51 (patch) | |
tree | 84327ef69b63827fd6e75f5a42714b9323af71fb | |
parent | 53534ecdc0470a72dd7b32e4c39b1e51cc013844 (diff) | |
download | FreeBSD-src-b108f8ac4d1f5c63a758667a925f9519d2300d51.zip FreeBSD-src-b108f8ac4d1f5c63a758667a925f9519d2300d51.tar.gz |
Enable the new PCI-PCI bridge driver on pc98 by default. I missed this
in 221394 when I had meant to enable it on all i386 systems by default.
-rw-r--r-- | sys/pc98/conf/DEFAULTS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pc98/conf/DEFAULTS b/sys/pc98/conf/DEFAULTS index f30501e..6c8b561 100644 --- a/sys/pc98/conf/DEFAULTS +++ b/sys/pc98/conf/DEFAULTS @@ -27,3 +27,5 @@ options GEOM_PART_PC98 # enable support for native hardware device atpic + +options NEW_PCIB |