diff options
| author | chs <chs@NetBSD.org> | 2010-08-08 18:24:34 +0000 |
|---|---|---|
| committer | chs <chs@NetBSD.org> | 2010-08-08 18:24:34 +0000 |
| commit | ef8ada5da80c0715fcefcd522da7a020a8a1dd29 (patch) | |
| tree | 2e16815f5ed0d350fa20e50679b5726f91b29670 /sys | |
| parent | 66874237550c67e1cb23fb78971e71061056a2c6 (diff) | |
move a debug printf to FD_DEBUG.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/isa/fd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/fd.c b/sys/dev/isa/fd.c index 8cbe8198d23..fcbabd23648 100644 --- a/sys/dev/isa/fd.c +++ b/sys/dev/isa/fd.c @@ -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 @@ fdformat(dev_t dev, struct ne7_fd_formb *finfo, struct lwp *l) 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 |
