diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2003-05-13 12:10:47 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2003-05-13 12:10:47 +0000 |
commit | 29534b8554ba3a23b9de8b6c99660a471e0d3ece (patch) | |
tree | a2770adf1c6568acdb07f2edbfcd29cbab327466 | |
parent | 896aa8deb7b5b3df09f6feb7e63e222516b006bf (diff) |
remove annoying sputtering that no other ethernet driver does; ok jason@
-rw-r--r-- | sys/dev/ic/am7990.c | 5 |
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++; |