summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1995-03-16 13:02:40 +0000
committerse <se@FreeBSD.org>1995-03-16 13:02:40 +0000
commitd5b7bdded1fdd357d74ed85f296575c830678510 (patch)
tree9500947914654c7f2f260c8756b4f9e3fea0d41a /sys/pci
parent7a470dd51163ae89b4740b0740319a2d5b9f878d (diff)
downloadFreeBSD-src-d5b7bdded1fdd357d74ed85f296575c830678510.zip
FreeBSD-src-d5b7bdded1fdd357d74ed85f296575c830678510.tar.gz
Make ncr.c compile again (PRINT_ADDR() had been patched
into the middle of a printf() by a buggy diff ...). Submitted by: rgrimes
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 a0ca24f..3abf2b0 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.29 1995/03/03 16:44:33 se Exp $
+** $Id: ncr.c,v 1.30 1995/03/15 18:15:32 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.29 1995/03/03 16:44:33 se Exp $\n";
+ "\n$Id: ncr.c,v 1.30 1995/03/15 18:15:32 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