summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-05-21 03:36:53 +0000
committerobrien <obrien@FreeBSD.org>2008-05-21 03:36:53 +0000
commit89252b28acf135191f6f8f7c391cec7e048f9504 (patch)
tree9ddfb30d6c846e69191ebab325b52f7f7f668735 /sys/sun4v/conf
parentd318ba34ed298ec34320547937edb92a2f5d063d (diff)
downloadFreeBSD-src-89252b28acf135191f6f8f7c391cec7e048f9504.zip
FreeBSD-src-89252b28acf135191f6f8f7c391cec7e048f9504.tar.gz
Use the "options " spelling (vs. "options<TAB>") so that commented lines
line up nicely.
Diffstat (limited to 'sys/sun4v/conf')
-rw-r--r--sys/sun4v/conf/GENERIC24
1 files changed, 12 insertions, 12 deletions
diff --git a/sys/sun4v/conf/GENERIC b/sys/sun4v/conf/GENERIC
index 6408254..6186c0c 100644
--- a/sys/sun4v/conf/GENERIC
+++ b/sys/sun4v/conf/GENERIC
@@ -45,7 +45,7 @@ options NFSSERVER # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
#options MSDOSFS # MSDOS Filesystem
-options NULLFS
+options NULLFS
options CD9660 # ISO 9660 Filesystem
options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
@@ -68,7 +68,7 @@ options AUDIT # Security event auditing
# Debugging for use in -current
options KDB # Enable kernel debugger support.
-options KDB_TRACE
+options KDB_TRACE
options DDB # Support DDB.
#options TRAP_TRACING # Enable trap tracing.
#options TRAP_TRACE_ENTRIES=256 # Trap trace buffer entries.
@@ -77,8 +77,8 @@ options DDB # Support DDB.
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
#options WITNESS # Enable checks to detect deadlocks and cycles
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
-#options DEBUG_LOCKS
-#options DEBUG_VFS_LOCKS
+#options DEBUG_LOCKS
+#options DEBUG_VFS_LOCKS
# To make an SMP kernel, the next line is needed
options SMP # Symmetric MultiProcessor Kernel
@@ -207,18 +207,18 @@ device ums # Mouse
#device sbp # SCSI over FireWire (Requires scbus and da)
#device fwe # Ethernet over FireWire (non-standard!)
-#options SIMULATOR # compile for ISA simulator
-#options KTR
-#options KTR_MASK=(KTR_TRAP)
-#options USB_DEBUG
-#options USBVERBOSE
-#options DEBUG_LOCKS
-#options DEBUG_VFS_LOCKS
+#options SIMULATOR # compile for ISA simulator
+#options KTR
+#options KTR_MASK=(KTR_TRAP)
+#options USB_DEBUG
+#options USBVERBOSE
+#options DEBUG_LOCKS
+#options DEBUG_VFS_LOCKS
device ccd
# sched_lock incurs a rather high overhead at a 1000Hz with 32 cpus
# on most arches and in most cases 1000Hz pessimizes performance
# its choice was not adequately researched
-options HZ=100
+options HZ=100
OpenPOWER on IntegriCloud