summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1997-08-31 19:36:56 +0000
committerse <se@FreeBSD.org>1997-08-31 19:36:56 +0000
commiteae32024a1436d66df36919d7e597c000ea4f123 (patch)
treeb8a8af2846270004e78a74f11ba06b1087bd5a16 /sys/pci/ncr.c
parent83daf48fe321b9ac380d1b68b8b473b02fad2b06 (diff)
downloadFreeBSD-src-eae32024a1436d66df36919d7e597c000ea4f123.zip
FreeBSD-src-eae32024a1436d66df36919d7e597c000ea4f123.tar.gz
Remove debug printf() that had been ommited by accident.
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r--sys/pci/ncr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index e642f3e..2379741 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.105 1997/08/23 22:01:49 se Exp $
+** $Id: ncr.c,v 1.106 1997/08/31 19:35:52 se Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@@ -1340,7 +1340,7 @@ static void ncr_attach (pcici_t tag, int unit);
static char ident[] =
- "\n$Id: ncr.c,v 1.105 1997/08/23 22:01:49 se Exp $\n";
+ "\n$Id: ncr.c,v 1.106 1997/08/31 19:35:52 se Exp $\n";
static const u_long ncr_version = NCR_VERSION * 11
+ (u_long) sizeof (struct ncb) * 7
@@ -3538,7 +3538,6 @@ static void ncr_attach (pcici_t config_id, int unit)
bzero (np, sizeof (*np));
np->ccb = (ccb_p) malloc (sizeof (struct ccb), M_DEVBUF, M_WAITOK);
-printf ("CCB address = %p\n", np->ccb);
if (!np->ccb) return;
bzero (np->ccb, sizeof (*np->ccb));
OpenPOWER on IntegriCloud