From 5aaccdba8a1ce716f8bda206fce1de8614512d6c Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 10 Jul 2004 21:06:08 +0000 Subject: Update for the KDB framework: o Make debugging code conditional upon KDB instead of DDB. --- sys/dev/nsp/nsp.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/dev/nsp') diff --git a/sys/dev/nsp/nsp.c b/sys/dev/nsp/nsp.c index 8fd71702..954d1bb 100644 --- a/sys/dev/nsp/nsp.c +++ b/sys/dev/nsp/nsp.c @@ -41,7 +41,6 @@ #include __FBSDID("$FreeBSD$"); -#include "opt_ddb.h" #include #include @@ -1534,10 +1533,10 @@ nspintr(arg) { nsp_error(sc, "current status", isrc, ph, irqphs); scsi_low_print(slp, NULL); -#ifdef DDB +#ifdef KDB if (nsp_debug > 1) SCSI_LOW_DEBUGGER("nsp"); -#endif /* DDB */ +#endif /* KDB */ } #endif /* NSP_DEBUG */ -- cgit v1.1