summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-07-10 21:05:14 +0000
committermarcel <marcel@FreeBSD.org>2004-07-10 21:05:14 +0000
commit4aa6ec6ad9acb6ea59512cef6b84353a9adbeb28 (patch)
tree21b7905391428415b42c9265fca3416dcbc8f7d8
parentf95797fb0621e15310e47f942c61261986518035 (diff)
downloadFreeBSD-src-4aa6ec6ad9acb6ea59512cef6b84353a9adbeb28.zip
FreeBSD-src-4aa6ec6ad9acb6ea59512cef6b84353a9adbeb28.tar.gz
Update for the KDB framework:
o Make debugging code dependent upon KDB instead of DDB.
-rw-r--r--sys/dev/ncv/ncr53c500.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ncv/ncr53c500.c b/sys/dev/ncv/ncr53c500.c
index 947a422..dbb8ea9 100644
--- a/sys/dev/ncv/ncr53c500.c
+++ b/sys/dev/ncv/ncr53c500.c
@@ -38,7 +38,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include "opt_ddb.h"
#include <sys/param.h>
#include <sys/systm.h>
@@ -1036,10 +1035,10 @@ again:
scsi_low_print(slp, NULL);
printf("%s st %x ist %x\n\n", slp->sl_xname,
status, ireason);
-#ifdef DDB
+#ifdef KDB
if (ncv_debug > 1)
SCSI_LOW_DEBUGGER("ncv");
-#endif /* DDB */
+#endif /* KDB */
}
#endif /* NCV_DEBUG */
OpenPOWER on IntegriCloud