summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-01-01 22:11:19 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-01-01 22:11:19 +0000
commit8e13e9d66a8be4419979f782867e2b39331fcca1 (patch)
tree50fa360401764bcc57182f1234074972797347b8 /sys
parent31120985b0843503b6bbf02ecba8dc537a16c55c (diff)
don't whine about no carrier here either.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/sbus/qe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/sbus/qe.c b/sys/dev/sbus/qe.c
index 336730075cd..572696f6c3a 100644
--- a/sys/dev/sbus/qe.c
+++ b/sys/dev/sbus/qe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: qe.c,v 1.6 2001/11/28 19:47:54 jason Exp $ */
+/* $OpenBSD: qe.c,v 1.7 2002/01/01 22:11:18 jason Exp $ */
/* $NetBSD: qe.c,v 1.16 2001/03/30 17:30:18 christos Exp $ */
/*-
@@ -757,7 +757,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;
}