summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/cas/if_cas.c2
-rw-r--r--sys/dev/gem/if_gem.c2
-rw-r--r--sys/dev/hme/if_hme.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/cas/if_cas.c b/sys/dev/cas/if_cas.c
index 0840ef1..c3de512 100644
--- a/sys/dev/cas/if_cas.c
+++ b/sys/dev/cas/if_cas.c
@@ -176,7 +176,7 @@ MODULE_DEPEND(cas, miibus, 1, 1, 1);
#ifdef CAS_DEBUG
#include <sys/ktr.h>
-#define KTR_CAS KTR_CT2
+#define KTR_CAS KTR_SPARE2
#endif
static int
diff --git a/sys/dev/gem/if_gem.c b/sys/dev/gem/if_gem.c
index 7cba6e7..6edb49e 100644
--- a/sys/dev/gem/if_gem.c
+++ b/sys/dev/gem/if_gem.c
@@ -136,7 +136,7 @@ MODULE_DEPEND(gem, miibus, 1, 1, 1);
#ifdef GEM_DEBUG
#include <sys/ktr.h>
-#define KTR_GEM KTR_CT2
+#define KTR_GEM KTR_SPARE2
#endif
#define GEM_BANK1_BITWAIT(sc, r, clr, set) \
diff --git a/sys/dev/hme/if_hme.c b/sys/dev/hme/if_hme.c
index d78e8f1..08cef66 100644
--- a/sys/dev/hme/if_hme.c
+++ b/sys/dev/hme/if_hme.c
@@ -64,7 +64,7 @@ __FBSDID("$FreeBSD$");
#if 0
#define HMEDEBUG
#endif
-#define KTR_HME KTR_CT2 /* XXX */
+#define KTR_HME KTR_SPARE2 /* XXX */
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud