diff options
author | 2003-01-19 17:25:42 +0000 | |
---|---|---|
committer | 2003-01-19 17:25:42 +0000 | |
commit | 9e87fa3416e7d548e5e6e81ae48f1bc4cc46c895 (patch) | |
tree | 80819898f8d65549f21cbb0a012d120b1c479c77 | |
parent | Simplify and KNF anchoropt processing. (diff) | |
download | wireguard-openbsd-9e87fa3416e7d548e5e6e81ae48f1bc4cc46c895.tar.xz wireguard-openbsd-9e87fa3416e7d548e5e6e81ae48f1bc4cc46c895.zip |
shut up, dn(4). There's really no need to printf junk nobody wants to read
for every collision.
ok theo
-rw-r--r-- | sys/arch/mac68k/dev/if_sn.c | 5 |
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); |