summaryrefslogtreecommitdiffstats
path: root/sys/sys/ktr_class.h
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2015-03-02 20:05:16 +0000
committerjmg <jmg@FreeBSD.org>2015-03-02 20:05:16 +0000
commit157b1a660bcb66425d9235b46b87e3430a337162 (patch)
tree1dfd936b805a83addb90daf4594372e2b25e1d3d /sys/sys/ktr_class.h
parent1d300072872d740cd14d884408b4d0bdd6c63c5d (diff)
downloadFreeBSD-src-157b1a660bcb66425d9235b46b87e3430a337162.zip
FreeBSD-src-157b1a660bcb66425d9235b46b87e3430a337162.tar.gz
give others fair warning that _SPARE2 isn't just cxgb, but used by large
number of other subsystems, so you probably don't want _SPARE2.. ktr needs an overhaul to really only compile in the ones you want, we've long passed the 31 bits it provides.. Sponsored by: transip.nl
Diffstat (limited to 'sys/sys/ktr_class.h')
-rw-r--r--sys/sys/ktr_class.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/ktr_class.h b/sys/sys/ktr_class.h
index 0f811c5..bdd7c1a 100644
--- a/sys/sys/ktr_class.h
+++ b/sys/sys/ktr_class.h
@@ -51,12 +51,12 @@
#define KTR_TRAP 0x00000100 /* Trap processing */
#define KTR_INTR 0x00000200 /* Interrupt tracing */
#define KTR_SIG 0x00000400 /* Signal processing */
-#define KTR_SPARE2 0x00000800 /* XXX Used by cxgb */
+#define KTR_SPARE2 0x00000800 /* cxgb, amd64, xen, clk, &c */
#define KTR_PROC 0x00001000 /* Process scheduling */
#define KTR_SYSC 0x00002000 /* System call */
#define KTR_INIT 0x00004000 /* System initialization */
-#define KTR_SPARE3 0x00008000 /* XXX Used by cxgb */
-#define KTR_SPARE4 0x00010000 /* XXX Used by cxgb */
+#define KTR_SPARE3 0x00008000 /* cxgb, drm2, ntb */
+#define KTR_SPARE4 0x00010000 /* geom_sched */
#define KTR_EVH 0x00020000 /* Eventhandler */
#define KTR_VFS 0x00040000 /* VFS events */
#define KTR_VOP 0x00080000 /* Auto-generated vop events */
OpenPOWER on IntegriCloud