summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-06-04 18:26:02 +0000
committerjhb <jhb@FreeBSD.org>2001-06-04 18:26:02 +0000
commit4f5a9fbe9e7259e3e44ecfc3a6ed6872e6ed606b (patch)
tree68e5b4aea95338bea8126a6e64389e389db7c9d6 /sys/conf
parent1925fcda63b0165577e13c14168e0c0ca0133e3f (diff)
downloadFreeBSD-src-4f5a9fbe9e7259e3e44ecfc3a6ed6872e6ed606b.zip
FreeBSD-src-4f5a9fbe9e7259e3e44ecfc3a6ed6872e6ed606b.tar.gz
Use bitmasks of the KTR_* constants instead of hexidecimal values for
the KTR_COMPILE and KTR_MASK examples.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 1485762..9ecf425 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -339,8 +339,8 @@ options KTRACE #kernel tracing
options KTR
options KTR_EXTEND
options KTR_ENTRIES=1024
-options KTR_COMPILE=0x3fffff
-options KTR_MASK=0x201208
+options KTR_COMPILE=KTR_INTR|KTR_PROC
+options KTR_MASK=KTR_INTR
options KTR_CPUMASK=0x3
options KTR_VERBOSE
OpenPOWER on IntegriCloud