Module Name:    src
Committed By:   chs
Date:           Sun Aug  8 18:24:35 UTC 2010

Modified Files:
        src/sys/dev/isa: fd.c

Log Message:
move a debug printf to FD_DEBUG.


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/sys/dev/isa/fd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/isa/fd.c
diff -u src/sys/dev/isa/fd.c:1.96 src/sys/dev/isa/fd.c:1.97
--- src/sys/dev/isa/fd.c:1.96	Tue Mar 16 12:53:17 2010
+++ src/sys/dev/isa/fd.c	Sun Aug  8 18:24:34 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: fd.c,v 1.96 2010/03/16 12:53:17 he Exp $	*/
+/*	$NetBSD: fd.c,v 1.97 2010/08/08 18:24:34 chs Exp $	*/
 
 /*-
  * Copyright (c) 1998, 2003, 2008 The NetBSD Foundation, Inc.
@@ -81,7 +81,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.96 2010/03/16 12:53:17 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.97 2010/08/08 18:24:34 chs Exp $");
 
 #include "rnd.h"
 #include "opt_ddb.h"
@@ -1625,7 +1625,7 @@
 	bp->b_bcount = sizeof(struct fd_idfield_data) * finfo->fd_formb_nsecs;
 	bp->b_data = (void *)finfo;
 
-#ifdef DEBUG
+#ifdef FD_DEBUG
 	printf("fdformat: blkno %" PRIx64 " count %x\n",
 	    bp->b_blkno, bp->b_bcount);
 #endif

Reply via email to