From e30917a73ea8d933eeeac4fd502c38b5b81cd052 Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 7 Nov 2000 01:50:10 +0000 Subject: Document the KTR_VERBOSE option. --- sys/i386/conf/NOTES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/i386') diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 6c7134a..28dda0b 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -339,7 +339,9 @@ options KTRACE #kernel tracing # as defined by the KTR_* constants in . KTR_MASK defines the # initial value of the ktr_mask variable which determines at runtime what # events to trace. KTR_CPUMASK determines which CPU's log events, with -# bit X corresponding to cpu X. +# bit X corresponding to cpu X. KTR_VERBOSE enables dumping of KTR events +# to the console by default. This functionality can be toggled via the +# debug.ktr_verbose sysctl and defaults to off if KTR_VERBOSE is not defined. # options KTR options KTR_EXTEND @@ -347,6 +349,7 @@ options KTR_ENTRIES=1024 options KTR_COMPILE=0x3fffff options KTR_MASK=0x201208 options KTR_CPUMASK=0x3 +options KTR_VERBOSE # # The INVARIANTS option is used in a number of source files to enable -- cgit v1.1