diff options
author | 2000-03-14 19:50:13 +0000 | |
---|---|---|
committer | 2000-03-14 19:50:13 +0000 | |
commit | 3686c7911c781005775da9ce1dd908d14532ced1 (patch) | |
tree | adb76f9f249a5096ad2ef648389bd1345fe26055 | |
parent | Disable suffix removal for now, as it's buggy. (diff) | |
download | wireguard-openbsd-3686c7911c781005775da9ce1dd908d14532ced1.tar.xz wireguard-openbsd-3686c7911c781005775da9ce1dd908d14532ced1.zip |
sloppy smurph, leaving debug garbage behind...
-rw-r--r-- | sys/dev/ic/am7990.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/am7990.c b/sys/dev/ic/am7990.c index 3ec636f1af6..409b2c40d06 100644 --- a/sys/dev/ic/am7990.c +++ b/sys/dev/ic/am7990.c @@ -1,4 +1,4 @@ -/* $OpenBSD: am7990.c,v 1.17 2000/03/10 00:53:58 smurph Exp $ */ +/* $OpenBSD: am7990.c,v 1.18 2000/03/14 19:50:13 deraadt Exp $ */ /* $NetBSD: am7990.c,v 1.22 1996/10/13 01:37:19 christos Exp $ */ /*- @@ -68,7 +68,6 @@ #include <net/bpfdesc.h> #endif -#define LEDEBUG 1 #include <dev/ic/am7990reg.h> #include <dev/ic/am7990var.h> |