From d5dbb3191718bd2dc307d388f5332b0bdbcde6e2 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 15 Mar 2000 14:37:49 +0000 Subject: [PATCH] more smurph damage control --- sys/dev/ic/am7990.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } -- 2.20.1