aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBenno Rice <benno@FreeBSD.org>2006-05-12 10:25:54 +0000
committerBenno Rice <benno@FreeBSD.org>2006-05-12 10:25:54 +0000
commite2c1a4e90970492c7cbc501aea4c3fc0a20c3ff7 (patch)
tree7b4c969521ff039a41340eced200a9d19dcc1cdc /sys
parent73dbd3da73d83f2bace8bfd2e4e33740ef82acf2 (diff)
downloadsrc-e2c1a4e90970492c7cbc501aea4c3fc0a20c3ff7.tar.gz
src-e2c1a4e90970492c7cbc501aea4c3fc0a20c3ff7.zip
Document VERBOSE_SYSINIT in NOTES.
Requested by: Niclas Zeising <lothrandil at n00b dot apagnu dot se>
Notes
Notes: svn path=/head/; revision=158472
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 8003bdab7d96..ad660e1cd05c 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
#