summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 94f39f3..6b4332d 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 94f39f3..6b4332d 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
OpenPOWER on IntegriCloud