From: deraadt Date: Wed, 15 Mar 2000 14:37:49 +0000 (+0000) Subject: more smurph damage control X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d5dbb3191718bd2dc307d388f5332b0bdbcde6e2;p=openbsd more smurph damage control --- diff --git a/sys/dev/ic/am7990.c b/sys/dev/ic/am7990.c index 409b2c40d06..7e9e01b71d0 100644 --- a/sys/dev/ic/am7990.c +++ b/sys/dev/ic/am7990.c @@ -1,4 +1,4 @@ -/* $OpenBSD: am7990.c,v 1.18 2000/03/14 19:50:13 deraadt Exp $ */ +/* $OpenBSD: am7990.c,v 1.19 2000/03/15 14:37:49 deraadt Exp $ */ /* $NetBSD: am7990.c,v 1.22 1996/10/13 01:37:19 christos Exp $ */ /*- @@ -819,7 +819,9 @@ am7990_start(ifp) bix = 0; if (++sc->sc_no_td == sc->sc_ntbuf) { +#ifdef LEDEBUG printf("\nequal!\n"); +#endif ifp->if_flags |= IFF_OACTIVE; break; }