svn commit: r339974 - head/sys/i386/conf

Kyle Evans kevans at FreeBSD.org
Wed Oct 31 22:55:44 UTC 2018


Author: kevans
Date: Wed Oct 31 22:55:43 2018
New Revision: 339974
URL: https://svnweb.freebsd.org/changeset/base/339974

Log:
  i386/MINIMAL: VERBOSE_SYSINIT=0 for consistency
  
  MFC after:	never

Modified:
  head/sys/i386/conf/MINIMAL

Modified: head/sys/i386/conf/MINIMAL
==============================================================================
--- head/sys/i386/conf/MINIMAL	Wed Oct 31 22:38:19 2018	(r339973)
+++ head/sys/i386/conf/MINIMAL	Wed Oct 31 22:55:43 2018	(r339974)
@@ -91,6 +91,7 @@ options 	INVARIANT_SUPPORT	# Extra sanity checks of in
 options 	WITNESS			# Enable checks to detect deadlocks and cycles
 options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
 options 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
+options 	VERBOSE_SYSINIT=0	# Support debug.verbose_sysinit, off by default
 
 # Make an SMP-capable kernel by default
 options 	SMP			# Symmetric MultiProcessor Kernel


More information about the svn-src-all mailing list