Add a note about using option VERBOSE_SYSINIT=0 to get the verbose code

compiled in but disabled by default.
This commit is contained in:
Ian Lepore 2018-06-21 14:59:23 +00:00
parent b99540b655
commit 199b9ab84f

View File

@ -2861,7 +2861,9 @@ options IFMEDIA_DEBUG # enable debugging in net/if_media.c
#
# 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.
# will print function names instead of addresses. If defined with a value
# of zero, the verbose code is compiled-in but disabled by default, and can
# be enabled with the debug.verbose_sysinit=1 tunable.
options VERBOSE_SYSINIT
#####################################################################