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

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

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



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