summaryrefslogtreecommitdiff
path: root/sys/dev/ic/am7990.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/am7990.c')
-rw-r--r--sys/dev/ic/am7990.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ic/am7990.c b/sys/dev/ic/am7990.c
index 5987158577e..75ea0652879 100644
--- a/sys/dev/ic/am7990.c
+++ b/sys/dev/ic/am7990.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: am7990.c,v 1.29 2002/12/02 18:48:52 henning Exp $ */
+/* $OpenBSD: am7990.c,v 1.30 2003/05/13 12:10:46 todd Exp $ */
/* $NetBSD: am7990.c,v 1.22 1996/10/13 01:37:19 christos Exp $ */
/*-
@@ -618,9 +618,6 @@ am7990_tint(sc)
if (tmd.tmd3 & LE_T3_LCAR) {
if (sc->sc_nocarrier)
(*sc->sc_nocarrier)(sc);
- else
- printf("%s: lost carrier\n",
- sc->sc_dev.dv_xname);
}
if (tmd.tmd3 & LE_T3_LCOL)
ifp->if_collisions++;