PERFORCE change 53333 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun May 23 13:20:57 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=53333

Change 53333 by marcel at marcel_nfs on 2004/05/23 13:20:23

	s/DDB/KDB/g

Affected files ...

.. //depot/projects/gdb/sys/dev/ncv/ncr53c500.c#3 edit

Differences ...

==== //depot/projects/gdb/sys/dev/ncv/ncr53c500.c#3 (text+ko) ====

@@ -38,7 +38,6 @@
 
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD: src/sys/dev/ncv/ncr53c500.c,v 1.9 2004/03/13 19:46:27 peter Exp $");
-#include "opt_ddb.h"
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1036,10 +1035,10 @@
 		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 */
 


More information about the p4-projects mailing list