svn commit: r232718 - head/sys/mips/conf

Juli Mallett jmallett at FreeBSD.org
Fri Mar 9 07:53:45 UTC 2012


Author: jmallett
Date: Fri Mar  9 07:53:44 2012
New Revision: 232718
URL: http://svn.freebsd.org/changeset/base/232718

Log:
  Enable COMPAT_FREEBSD32 for the Octeon kernel config by default.

Modified:
  head/sys/mips/conf/OCTEON1

Modified: head/sys/mips/conf/OCTEON1
==============================================================================
--- head/sys/mips/conf/OCTEON1	Fri Mar  9 07:30:48 2012	(r232717)
+++ head/sys/mips/conf/OCTEON1	Fri Mar  9 07:53:44 2012	(r232718)
@@ -61,7 +61,7 @@ options 	PROCFS			# Process filesystem (
 options 	PSEUDOFS		# Pseudo-filesystem framework
 options 	GEOM_PART_GPT		# GUID Partition Tables.
 options 	GEOM_LABEL		# Provides labelization
-#options 	COMPAT_FREEBSD32	# Compatible with o32 binaries (not yet)
+options 	COMPAT_FREEBSD32	# Compatible with o32 binaries (not yet)
 options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
 options 	KTRACE			# ktrace(1) support
 options 	STACK			# stack(9) support


More information about the svn-src-all mailing list