summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2006-05-12 10:25:54 +0000
committerbenno <benno@FreeBSD.org>2006-05-12 10:25:54 +0000
commitf5ddc94946396f1b2a43a517d74b303862ad72ce (patch)
tree7b4c969521ff039a41340eced200a9d19dcc1cdc /sys/conf
parent0f921e0992f543c4aafd5604a99a6edaa059ff36 (diff)
downloadFreeBSD-src-f5ddc94946396f1b2a43a517d74b303862ad72ce.zip
FreeBSD-src-f5ddc94946396f1b2a43a517d74b303862ad72ce.tar.gz
Document VERBOSE_SYSINIT in NOTES.
Requested by: Niclas Zeising <lothrandil at n00b dot apagnu dot se>
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 8003bda..ad660e1 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2486,6 +2486,14 @@ options BUS_DEBUG # enable newbus debugging
options DEBUG_VFS_LOCKS # enable vfs lock debugging
options SOCKBUF_DEBUG # enable sockbuf last record/mb tail checking
+#
+# Verbose SYSINIT
+#
+# Make the SYSINIT process performed by mi_startup() verbose. This is very
+# useful when porting to a new architecture. If DDB is also enabled, this
+# will print function names instead of addresses.
+options VERBOSE_SYSINIT
+
#####################################################################
# SYSV IPC KERNEL PARAMETERS
#
OpenPOWER on IntegriCloud