aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2009-10-24 20:35:34 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2009-10-24 20:35:34 +0000
commit59085a35e8f3cb8712a9da5ff5e8a24beacff0db (patch)
treef62a06d117bed033a822d8e75a79989c1e6b21f4 /sys/ia64
parentb475d22d678f5ebe81962d2571901f452252430b (diff)
downloadsrc-59085a35e8f3cb8712a9da5ff5e8a24beacff0db.tar.gz
src-59085a35e8f3cb8712a9da5ff5e8a24beacff0db.zip
Add PRINTF_BUFR_SIZE=128, since we have SMP by default.
While here, fix tabulation.
Notes
Notes: svn path=/head/; revision=198452
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/conf/GENERIC5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index b143868870b9..f9250075acf2 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -40,13 +40,14 @@ options INVARIANTS # Enable calls of extra sanity checking
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-based UFS journaling
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