summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-01-19 17:25:43 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-01-19 17:25:43 +0000
commit02e2120255971073931be7b376b8e074fe2ad0bf (patch)
tree39b6b8dce1656ed13ad514ec1af4ccf7cd2e0f73 /sys
parentc2f8bf44858c953d1576bf46f5162f6ade9d8687 (diff)
shut up, dn(4). There's really no need to printf junk nobody wants to read
for every collision. ok theo
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mac68k/dev/if_sn.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mac68k/dev/if_sn.c b/sys/arch/mac68k/dev/if_sn.c
index 2abd21dd1ef..d4a1f2ef0b6 100644
--- a/sys/arch/mac68k/dev/if_sn.c
+++ b/sys/arch/mac68k/dev/if_sn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_sn.c,v 1.32 2002/04/22 20:15:55 miod Exp $ */
+/* $OpenBSD: if_sn.c,v 1.33 2003/01/19 17:25:42 henning Exp $ */
/* $NetBSD: if_sn.c,v 1.13 1997/04/25 03:40:10 briggs Exp $ */
/*
@@ -973,12 +973,9 @@ sonictxint(sc)
if ((txp_status & TCR_PTX) == 0) {
ifp->if_oerrors++;
- printf("%s: Tx packet status=0x%x\n",
- sc->sc_dev.dv_xname, txp_status);
/* XXX - DG This looks bogus */
if (mtd_hw != sc->mtd_free) {
- printf("resubmitting remaining packets\n");
mtd = &sc->mtda[mtd_hw];
NIC_PUT(sc, SNR_CTDA, LOWER(mtd->mtd_vtxp));
NIC_PUT(sc, SNR_CR, CR_TXP);