PERFORCE change 53334 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun May 23 13:21:52 PDT 2004


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

Change 53334 by marcel at marcel_nfs on 2004/05/23 13:21:36

	s/DDB/KDB/g

Affected files ...

.. //depot/projects/gdb/sys/dev/nsp/nsp.c#3 edit

Differences ...

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

@@ -41,7 +41,6 @@
 
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD: src/sys/dev/nsp/nsp.c,v 1.11 2004/03/13 19:46:27 peter Exp $");
-#include "opt_ddb.h"
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1534,10 +1533,10 @@
 	{
 		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 */
 


More information about the p4-projects mailing list