diff options
author | imp <imp@FreeBSD.org> | 2000-05-01 04:41:04 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-05-01 04:41:04 +0000 |
commit | 845340c06253657162c0729aee193bbe0b64fbac (patch) | |
tree | e57a26daaf07d1e7e5d21b2004844def85b32785 /sys/dev/xe | |
parent | ca4c3fabb4c731b1f68382ce8319f811064a351b (diff) | |
download | FreeBSD-src-845340c06253657162c0729aee193bbe0b64fbac.zip FreeBSD-src-845340c06253657162c0729aee193bbe0b64fbac.tar.gz |
Now that I've got reports that this works, let's turn the debugging off.
MIHIRA-san pointed out that debugging is rather big for tcpdump...
Submitted by: sanpei@sanpei.org (MIHIRA Yoshiro)
Diffstat (limited to 'sys/dev/xe')
-rw-r--r-- | sys/dev/xe/if_xe.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/xe/if_xe.c b/sys/dev/xe/if_xe.c index ced0e76..c78e430 100644 --- a/sys/dev/xe/if_xe.c +++ b/sys/dev/xe/if_xe.c @@ -109,10 +109,6 @@ */ -#ifndef XE_DEBUG -#define XE_DEBUG 2 /* Increase for more voluminous output! */ -#endif - #include <sys/param.h> #include <sys/cdefs.h> #include <sys/errno.h> |