aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-06-10 00:30:49 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-06-10 00:30:49 +0000
commitd928288734299de4043876a24eb3e360c82e13a4 (patch)
tree9235e63c7e4b1e49affc912f34f0e6eb60a7d5a4 /sys
parentb904bfb0bc6ca7b3729300632cc5372b70aad745 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES8
-rw-r--r--sys/i386/conf/NOTES8
2 files changed, 12 insertions, 4 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 94f39f39f02f..6b4332d2aa9a 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2794,6 +2794,12 @@ options SHMMNI=33
# a single process at one time.
options SHMSEG=9
+# Set the amount of time (in seconds) the system will wait before
+# rebooting automatically when a kernel panic occurs. If set to (-1),
+# the system will wait indefinitely until a key is pressed on the
+# console.
+options PANIC_REBOOT_WAIT_TIME=16
+
#####################################################################
# More undocumented options for linting.
@@ -2844,8 +2850,6 @@ options NBUF=512 # Number of buffer headers
options NMBCLUSTERS=1024 # Number of mbuf clusters
-options PANIC_REBOOT_WAIT_TIME=16
-
options PSM_DEBUG=1
options SCSI_NCR_DEBUG
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 94f39f39f02f..6b4332d2aa9a 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2794,6 +2794,12 @@ options SHMMNI=33
# a single process at one time.
options SHMSEG=9
+# Set the amount of time (in seconds) the system will wait before
+# rebooting automatically when a kernel panic occurs. If set to (-1),
+# the system will wait indefinitely until a key is pressed on the
+# console.
+options PANIC_REBOOT_WAIT_TIME=16
+
#####################################################################
# More undocumented options for linting.
@@ -2844,8 +2850,6 @@ options NBUF=512 # Number of buffer headers
options NMBCLUSTERS=1024 # Number of mbuf clusters
-options PANIC_REBOOT_WAIT_TIME=16
-
options PSM_DEBUG=1
options SCSI_NCR_DEBUG