summaryrefslogtreecommitdiff
path: root/sys/dev/pci/hifn7751.c
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-07-16 14:42:17 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-07-16 14:42:17 +0000
commitf94d11d20880ecdaf3835e2ba53ee2d13e15c9d5 (patch)
tree848725eb7a4e31bde6e325b99ba9c462e3f56be8 /sys/dev/pci/hifn7751.c
parent5d2645cd2f5dadd0bae2b8f99b2a2caa198870e0 (diff)
oops, remove some debugging stuff
Diffstat (limited to 'sys/dev/pci/hifn7751.c')
-rw-r--r--sys/dev/pci/hifn7751.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/dev/pci/hifn7751.c b/sys/dev/pci/hifn7751.c
index 0812473e13d..31045f605f3 100644
--- a/sys/dev/pci/hifn7751.c
+++ b/sys/dev/pci/hifn7751.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hifn7751.c,v 1.84 2001/07/16 05:02:10 jason Exp $ */
+/* $OpenBSD: hifn7751.c,v 1.85 2001/07/16 14:42:16 jason Exp $ */
/*
* Invertex AEON / Hifn 7751 driver
@@ -829,13 +829,6 @@ hifn_writeramaddr(sc, addr, data, slot)
bus_dmamap_sync(sc->sc_dmat, sc->sc_dmamap,
BUS_DMASYNC_POSTREAD | BUS_DMASYNC_POSTWRITE);
- if (dma->cmdr[slot].l & HIFN_D_VALID)
- printf("cmd[%d] valid still set.\n", slot);
- if (dma->srcr[slot].l & HIFN_D_VALID)
- printf("source[%d] valid still set.\n", slot);
- if (dma->dstr[slot].l & HIFN_D_VALID)
- printf("dest[%d] valid still set.\n", slot);
-
if (dma->resr[slot].l & HIFN_D_VALID) {
printf("\n%s: writeramaddr error -- "
"result[%d](addr %d) valid still set\n",