summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1995-03-15 18:15:32 +0000
committerse <se@FreeBSD.org>1995-03-15 18:15:32 +0000
commit0a35f1faf51f2dff3be9c661200b85739b17430d (patch)
tree66fb099e42c8eeb5c0671bf1432b171db7ac7564 /sys/pci
parent42f54543e6075e0a8efb072a966405833527ec39 (diff)
downloadFreeBSD-src-0a35f1faf51f2dff3be9c661200b85739b17430d.zip
FreeBSD-src-0a35f1faf51f2dff3be9c661200b85739b17430d.tar.gz
Conditionalise debug message.
Submitted by: Peter Dufault <dufault@hda.com>
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/ncr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 0d5f8d7..a0ca24f 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.28 1995/02/27 17:10:20 se Exp $
+** $Id: ncr.c,v 1.29 1995/03/03 16:44:33 se Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@@ -1254,7 +1254,7 @@ static void ncr_attach (pcici_t tag, int unit);
static char ident[] =
- "\n$Id: ncr.c,v 1.28 1995/02/27 17:10:20 se Exp $\n";
+ "\n$Id: ncr.c,v 1.29 1995/03/03 16:44:33 se Exp $\n";
u_long ncr_version = NCR_VERSION
+ (u_long) sizeof (struct ncb)
@@ -5440,8 +5440,8 @@ static void ncr_int_ma (ncb_p np)
newcmd[3] = nxtdsp;
if (DEBUG_FLAGS & DEBUG_PHASE) {
- PRINT_ADDR(cp->xfer);
printf ("newcmd[%d] %x %x %x %x.\n",
+ PRINT_ADDR(cp->xfer);
newcmd - cp->patch,
(unsigned)newcmd[0],
(unsigned)newcmd[1],
OpenPOWER on IntegriCloud