Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Get rid of some debug gunk.
details: https://anonhg.NetBSD.org/src/rev/9a9ebe751653
branches: trunk
changeset: 480609:9a9ebe751653
user: augustss <augustss%NetBSD.org@localhost>
date: Sun Jan 16 16:07:42 2000 +0000
description:
Get rid of some debug gunk.
diffstat:
sys/dev/usb/if_aue.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (27 lines):
diff -r 3bb3cda2eab0 -r 9a9ebe751653 sys/dev/usb/if_aue.c
--- a/sys/dev/usb/if_aue.c Sun Jan 16 15:52:03 2000 +0000
+++ b/sys/dev/usb/if_aue.c Sun Jan 16 16:07:42 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_aue.c,v 1.7 2000/01/16 15:52:03 augustss Exp $ */
+/* $NetBSD: if_aue.c,v 1.8 2000/01/16 16:07:42 augustss Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
* Bill Paul <wpaul%ee.columbia.edu@localhost>. All rights reserved.
@@ -149,16 +149,12 @@
#ifdef AUE_DEBUG
#define DPRINTF(x) if (auedebug) logprintf x
#define DPRINTFN(n,x) if (auedebug >= (n)) logprintf x
-int auedebug = 1;
+int auedebug = 0;
#else
#define DPRINTF(x)
#define DPRINTFN(n,x)
#endif
-int aue_cutoff = AUE_CUTOFF;
-#undef AUE_CUTOFF
-#define AUE_CUTOFF aue_cutoff
-
/*
* Various supported device vendors/types and their names.
*/
Home |
Main Index |
Thread Index |
Old Index