diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-01-01 21:39:43 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-01-01 21:39:43 +0000 |
commit | db19474497a71728c16ba6f5f6ac571402009278 (patch) | |
tree | d7d090602dc6c69a16c8dfa689320e92f5253ce7 | |
parent | 62093c4f6a1a70d03df8673413a4682d81df5ed2 (diff) |
Don't whine about not having carrier... ifconfig on the interface will say so.
-rw-r--r-- | sys/arch/sparc/dev/qe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/qe.c b/sys/arch/sparc/dev/qe.c index 6b8cb9c2f94..489a414dd72 100644 --- a/sys/arch/sparc/dev/qe.c +++ b/sys/arch/sparc/dev/qe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qe.c,v 1.17 2001/07/30 21:50:06 jason Exp $ */ +/* $OpenBSD: qe.c,v 1.18 2002/01/01 21:39:42 jason Exp $ */ /* * Copyright (c) 1998, 2000 Jason L. Wright. @@ -418,7 +418,6 @@ qe_eint(sc, why) } if (why & QE_CR_STAT_CLOSS) { - printf("%s: no carrier, link down?\n", sc->sc_dev.dv_xname); ifp->if_oerrors++; r |= 1; } |