Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2004 13:21:37 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 53334 for review
Message-ID:  <200405232021.i4NKLbCi072623@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=53334

Change 53334 by marcel@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 */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405232021.i4NKLbCi072623>