diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-07-10 21:14:20 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-07-10 21:14:20 +0000 |
| commit | 2110bd83fdc1b383997c5eb1500baa746c19a6f6 (patch) | |
| tree | e52d7f1fb87f83f5ae39993a9d7351df0a69c8df | |
| parent | b8c48216b1bae3185de2c232ef5c9c612aea533c (diff) | |
Notes
| -rw-r--r-- | sys/dev/stg/tmc18c30.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/stg/tmc18c30.c b/sys/dev/stg/tmc18c30.c index 55e8d3287e148..223ed53d6051b 100644 --- a/sys/dev/stg/tmc18c30.c +++ b/sys/dev/stg/tmc18c30.c @@ -40,7 +40,6 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#include "opt_ddb.h" #include <sys/param.h> #include <sys/systm.h> @@ -1068,10 +1067,10 @@ stgintr(arg) scsi_low_print(slp, NULL); printf("%s: st %x ist %x\n\n", slp->sl_xname, status, astatus); -#ifdef DDB +#ifdef KDB if (stg_debug > 1) SCSI_LOW_DEBUGGER("stg"); -#endif /* DDB */ +#endif /* KDB */ } #endif /* STG_DEBUG */ |
