svn commit: r335946 - stable/11/sys/conf

Ian Lepore ian at FreeBSD.org
Wed Jul 4 13:56:02 UTC 2018


Author: ian
Date: Wed Jul  4 13:56:01 2018
New Revision: 335946
URL: https://svnweb.freebsd.org/changeset/base/335946

Log:
  MFC r335486:
  
  Add a note about using option VERBOSE_SYSINIT=0 to get the verbose code
  compiled in but disabled by default.

Modified:
  stable/11/sys/conf/NOTES
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/conf/NOTES
==============================================================================
--- stable/11/sys/conf/NOTES	Wed Jul  4 13:52:13 2018	(r335945)
+++ stable/11/sys/conf/NOTES	Wed Jul  4 13:56:01 2018	(r335946)
@@ -2910,7 +2910,9 @@ options 	IFMEDIA_DEBUG	# enable debugging in net/if_me
 #
 # 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
 
 #####################################################################


More information about the svn-src-stable mailing list