summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-12-30 18:31:53 +0000
committerjhb <jhb@FreeBSD.org>2004-12-30 18:31:53 +0000
commit4371c82dde87242d4e6f07ab11753367d9b21a25 (patch)
tree1f3164dc5de0cc1a2c7e823e5e9ecddf194b3d20 /sys/sparc64/conf
parenta163a92e00dddb1f523138f73886e451ae06b29e (diff)
downloadFreeBSD-src-4371c82dde87242d4e6f07ab11753367d9b21a25.zip
FreeBSD-src-4371c82dde87242d4e6f07ab11753367d9b21a25.tar.gz
Minor sync to alpha and i386:
- Add ADAPTIVE_GIANT and AHC_REG_PRETTY_PRINT. - Indent SMP to match other options.
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r--sys/sparc64/conf/GENERIC5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 4ae6ca3..92c53f3 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -58,6 +58,9 @@ options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
+options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
+ # output. Adds ~128k to driver.
+options ADAPTIVE_GIANT # Giant mutex is adaptive.
# Debugging for use in -current
options KDB # Enable kernel debugger support.
@@ -69,7 +72,7 @@ options WITNESS # Enable checks to detect deadlocks and cycles
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
# To make an SMP kernel, the next line is needed
-options SMP # Symmetric MultiProcessor Kernel
+options SMP # Symmetric MultiProcessor Kernel
# Standard busses
device ebus
OpenPOWER on IntegriCloud