diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-08-18 18:23:59 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-08-18 18:23:59 +0000 |
commit | 3f69e411df9d77da234c42b1b8798c4ed66c86ef (patch) | |
tree | 63cb92e6ec81f9f581e5e8a75ff753b181ae918a /sys/dev/ic/am7990.c | |
parent | 67aefb38bb64562b01aa14a644c3911373a26570 (diff) |
back out previous. miod pointed out that we don't recover from this
correctly, so complaining gives a better description of what's going on.
Diffstat (limited to 'sys/dev/ic/am7990.c')
-rw-r--r-- | sys/dev/ic/am7990.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/am7990.c b/sys/dev/ic/am7990.c index c98ee7a6df7..fef55178fa7 100644 --- a/sys/dev/ic/am7990.c +++ b/sys/dev/ic/am7990.c @@ -1,4 +1,4 @@ -/* $OpenBSD: am7990.c,v 1.32 2003/08/18 17:14:19 jason Exp $ */ +/* $OpenBSD: am7990.c,v 1.33 2003/08/18 18:23:58 jason Exp $ */ /* $NetBSD: am7990.c,v 1.22 1996/10/13 01:37:19 christos Exp $ */ /*- @@ -537,10 +537,8 @@ am7990_rint(sc) ifp->if_ierrors++; } else if ((rmd.rmd1_bits & (LE_R1_STP | LE_R1_ENP)) != (LE_R1_STP | LE_R1_ENP)) { -#ifdef LEDEBUG printf("%s: dropping chained buffer\n", sc->sc_dev.dv_xname); -#endif ifp->if_ierrors++; } else { #ifdef LEDEBUG1 |