PERFORCE change 53347 for review
Marcel Moolenaar
marcel at FreeBSD.org
Sun May 23 13:57:26 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=53347
Change 53347 by marcel at marcel_nfs on 2004/05/23 13:56:24
s/DDB/KDB/g
Affected files ...
.. //depot/projects/gdb/sys/dev/stg/tmc18c30.c#3 edit
Differences ...
==== //depot/projects/gdb/sys/dev/stg/tmc18c30.c#3 (text+ko) ====
@@ -40,7 +40,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD: src/sys/dev/stg/tmc18c30.c,v 1.11 2004/03/13 19:46:27 peter Exp $");
-#include "opt_ddb.h"
#include <sys/param.h>
#include <sys/systm.h>
@@ -1068,10 +1067,10 @@
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 */
More information about the p4-projects
mailing list