summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2003-05-31 12:43:31 +0000
committerScott Long <scottl@FreeBSD.org>2003-05-31 12:43:31 +0000
commit304e6a2d6732c0e46e2824b5b6de4faff9e2b9ea (patch)
tree5734531640aeefdc235a6e6c9fd938fcdd669be3
parent4b38df05470b4d78dd0a2a026ab8f90299ec8382 (diff)
downloadsrc-test2-304e6a2d6732c0e46e2824b5b6de4faff9e2b9ea.tar.gz
src-test2-304e6a2d6732c0e46e2824b5b6de4faff9e2b9ea.zip
Notes
-rw-r--r--sys/alpha/conf/GENERIC4
-rw-r--r--sys/i386/conf/GENERIC8
-rw-r--r--sys/pc98/conf/GENERIC8
-rw-r--r--sys/sparc64/conf/GENERIC8
4 files changed, 14 insertions, 14 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 3c89add560d1..f22cd54ea027 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -70,8 +70,8 @@ options SYSVSEM #SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
# Debugging for use in -current
-options DDB #Enable the kernel debugger
-options INVARIANTS #Enable calls of extra sanity checking
+#options DDB #Enable the kernel debugger
+#options INVARIANTS #Enable calls of extra sanity checking
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
#options WITNESS #Enable checks to detect deadlocks and cycles
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index b59c981f3b8f..d985d01340c1 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -59,11 +59,11 @@ options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~215k to driver.
# Debugging for use in -current
-options DDB #Enable the kernel debugger
-options INVARIANTS #Enable calls of extra sanity checking
+#options DDB #Enable the kernel debugger
+#options INVARIANTS #Enable calls of extra sanity checking
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 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 two are needed
#options SMP # Symmetric MultiProcessor Kernel
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index b3bd562af738..f44611712cc1 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -61,11 +61,11 @@ options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
# Debugging for use in -current
-options DDB #Enable the kernel debugger
-options INVARIANTS #Enable calls of extra sanity checking
+#options DDB #Enable the kernel debugger
+#options INVARIANTS #Enable calls of extra sanity checking
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 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 two are needed
#options SMP # Symmetric MultiProcessor Kernel
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 115ece16cf02..bb803c0c2dbb 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -57,11 +57,11 @@ options SYSVSEM #SYSV-style semaphores
#options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
# Debugging for use in -current
-options DDB #Enable the kernel debugger
-options INVARIANTS #Enable calls of extra sanity checking
+#options DDB #Enable the kernel debugger
+#options INVARIANTS #Enable calls of extra sanity checking
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 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