svn commit: r225932 - head/sys/sparc64/conf

Marius Strobl marius at FreeBSD.org
Sun Oct 2 23:31:15 UTC 2011


Author: marius
Date: Sun Oct  2 23:31:14 2011
New Revision: 225932
URL: http://svn.freebsd.org/changeset/base/225932

Log:
  Actually enable NEW_PCIB by default, missed in r225931.

Modified:
  head/sys/sparc64/conf/DEFAULTS

Modified: head/sys/sparc64/conf/DEFAULTS
==============================================================================
--- head/sys/sparc64/conf/DEFAULTS	Sun Oct  2 23:22:38 2011	(r225931)
+++ head/sys/sparc64/conf/DEFAULTS	Sun Oct  2 23:31:14 2011	(r225932)
@@ -20,4 +20,4 @@ options 	GEOM_PART_VTOC8
 # Let sunkbd emulate an AT keyboard by default.
 options 	SUNKBD_EMULATE_ATKBD
 
-#options 	NEW_PCIB
+options 	NEW_PCIB


More information about the svn-src-head mailing list