diff options
author | 2000-03-15 14:37:49 +0000 | |
---|---|---|
committer | 2000-03-15 14:37:49 +0000 | |
commit | d5dbb3191718bd2dc307d388f5332b0bdbcde6e2 (patch) | |
tree | 487d2b95744cff291ebc1fa125d28a2157e1703c | |
parent | sync (diff) | |
download | wireguard-openbsd-d5dbb3191718bd2dc307d388f5332b0bdbcde6e2.tar.xz wireguard-openbsd-d5dbb3191718bd2dc307d388f5332b0bdbcde6e2.zip |
more smurph damage control
-rw-r--r-- | sys/dev/ic/am7990.c | 4 |
1 files changed, 3 insertions, 1 deletions
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; } |