svn commit: r198452 - head/sys/ia64/conf

Marcel Moolenaar marcel at FreeBSD.org
Sat Oct 24 20:35:35 UTC 2009


Author: marcel
Date: Sat Oct 24 20:35:34 2009
New Revision: 198452
URL: http://svn.freebsd.org/changeset/base/198452

Log:
  Add PRINTF_BUFR_SIZE=128, since we have SMP by default.
  While here, fix tabulation.

Modified:
  head/sys/ia64/conf/GENERIC

Modified: head/sys/ia64/conf/GENERIC
==============================================================================
--- head/sys/ia64/conf/GENERIC	Sat Oct 24 20:28:42 2009	(r198451)
+++ head/sys/ia64/conf/GENERIC	Sat Oct 24 20:35:34 2009	(r198452)
@@ -40,13 +40,14 @@ options 	INVARIANTS	# Enable calls of ex
 options 	INVARIANT_SUPPORT # required by INVARIANTS
 options 	KDB		# Enable kernel debugger support
 options 	KTRACE		# ktrace(1) syscall trace support
-options 	MAC			# TrustedBSD MAC Framework
+options 	MAC		# TrustedBSD MAC Framework
 options 	MD_ROOT		# MD usable as root device
 options 	MSDOSFS		# MSDOS Filesystem
 options 	NFSCLIENT	# Network Filesystem Client
 options 	NFSSERVER	# Network Filesystem Server
 options 	NFSLOCKD	# Network Lock Manager
 options 	NFS_ROOT	# NFS usable as root device
+options 	PRINTF_BUFR_SIZE=128  # Printf buffering to limit interspersion
 options 	PROCFS		# Process filesystem (/proc)
 options 	PSEUDOFS	# Pseudo-filesystem framework
 options 	SCHED_ULE	# ULE scheduler
@@ -65,7 +66,7 @@ options 	UFS_GJOURNAL	# Enable gjournal-
 options 	WITNESS		# Enable checks to detect deadlocks and cycles
 options 	WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
 options 	_KPOSIX_PRIORITY_SCHEDULING	# Posix P1003_1B RT extensions
-options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
+options 	HWPMC_HOOKS	# Necessary kernel hooks for hwpmc(4)
 
 # Various "busses"
 device		firewire	# FireWire bus code


More information about the svn-src-all mailing list