diff options
| author | Attilio Rao <attilio@FreeBSD.org> | 2010-07-21 10:05:07 +0000 |
|---|---|---|
| committer | Attilio Rao <attilio@FreeBSD.org> | 2010-07-21 10:05:07 +0000 |
| commit | 651aa2d896cc4d3e2c607e57e4b63e32a7ba2c75 (patch) | |
| tree | 30bcf7a273cb13306d18ee7c410854458c677243 /sys/dev/cas | |
| parent | 135fdd30277f26127ffed1dc4dbdb1a846a55921 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cas')
| -rw-r--r-- | sys/dev/cas/if_cas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cas/if_cas.c b/sys/dev/cas/if_cas.c index 0840ef10d40d..c3de5122c407 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 |
