aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-10-31 22:38:19 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-10-31 22:38:19 +0000
commitbe352d20d5198f55ed91c3805d5e7272b3f636a7 (patch)
treead654ec5844b27ad43f4b884651c527d9ff92ab6 /sys/arm/conf
parent830261e23d39a48f15cfbc075d2ba2b5213e41f8 (diff)
downloadsrc-be352d20d5198f55ed91c3805d5e7272b3f636a7.tar.gz
src-be352d20d5198f55ed91c3805d5e7272b3f636a7.zip
Compile in VERBOSE_SYSINIT support by default, remain silent by default
The loader tunable 'debug.verbose_sysinit' may be used to toggle verbosity. This is added to the debugging section of these kernconfs to be turned off in stable branches for clarity of intent. MFC after: never
Notes
Notes: svn path=/head/; revision=339973
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/std.arm2
-rw-r--r--sys/arm/conf/std.armv62
-rw-r--r--sys/arm/conf/std.armv72
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/arm/conf/std.arm b/sys/arm/conf/std.arm
index d69f06c579f4..7ce4823b486f 100644
--- a/sys/arm/conf/std.arm
+++ b/sys/arm/conf/std.arm
@@ -20,6 +20,7 @@ options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
#options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
options ALT_BREAK_TO_DEBUGGER # Enter debugger on keyboard escape sequence
options USB_DEBUG # Enable usb debug support code
+options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default
# Optional extras, never enabled by default:
#options BOOTVERBOSE
@@ -31,7 +32,6 @@ options USB_DEBUG # Enable usb debug support code
#options KTR_VERBOSE=0
#options USB_REQ_DEBUG
#options USB_VERBOSE
-#options VERBOSE_SYSINIT # Enable verbose sysinit messages
diff --git a/sys/arm/conf/std.armv6 b/sys/arm/conf/std.armv6
index 52685a9b13bf..742dbc42bf49 100644
--- a/sys/arm/conf/std.armv6
+++ b/sys/arm/conf/std.armv6
@@ -70,6 +70,7 @@ options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
options ALT_BREAK_TO_DEBUGGER # Enter debugger on keyboard escape sequence
options USB_DEBUG # Enable usb debug support code
+options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default
# Optional extras, never enabled by default:
#options BOOTVERBOSE
@@ -81,5 +82,4 @@ options USB_DEBUG # Enable usb debug support code
#options KTR_VERBOSE=0
#options USB_REQ_DEBUG
#options USB_VERBOSE
-#options VERBOSE_SYSINIT # Enable verbose sysinit messages
diff --git a/sys/arm/conf/std.armv7 b/sys/arm/conf/std.armv7
index c3ab6852e615..428b7b144006 100644
--- a/sys/arm/conf/std.armv7
+++ b/sys/arm/conf/std.armv7
@@ -70,6 +70,7 @@ options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
options ALT_BREAK_TO_DEBUGGER # Enter debugger on keyboard escape sequence
options USB_DEBUG # Enable usb debug support code
+options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default
# Optional extras, never enabled by default:
#options BOOTVERBOSE
@@ -81,4 +82,3 @@ options USB_DEBUG # Enable usb debug support code
#options KTR_VERBOSE=0
#options USB_REQ_DEBUG
#options USB_VERBOSE
-#options VERBOSE_SYSINIT # Enable verbose sysinit messages