Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jul 2011 14:07:44 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r224098 - head/sys/pc98/conf
Message-ID:  <201107161407.p6GE7imv030827@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Sat Jul 16 14:07:44 2011
New Revision: 224098
URL: http://svn.freebsd.org/changeset/base/224098

Log:
  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.

Modified:
  head/sys/pc98/conf/DEFAULTS

Modified: head/sys/pc98/conf/DEFAULTS
==============================================================================
--- head/sys/pc98/conf/DEFAULTS	Sat Jul 16 14:06:02 2011	(r224097)
+++ head/sys/pc98/conf/DEFAULTS	Sat Jul 16 14:07:44 2011	(r224098)
@@ -27,3 +27,5 @@ options 	GEOM_PART_PC98
 
 # enable support for native hardware
 device		atpic
+
+options 	NEW_PCIB



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107161407.p6GE7imv030827>