Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Enable AUE_DEBUG the usual way.



details:   https://anonhg.NetBSD.org/src/rev/c32d15448ad8
branches:  trunk
changeset: 480606:c32d15448ad8
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun Jan 16 15:36:28 2000 +0000

description:
Enable AUE_DEBUG the usual way.

diffstat:

 sys/dev/usb/usb_port.h |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 61d364dcf1fa -r c32d15448ad8 sys/dev/usb/usb_port.h
--- a/sys/dev/usb/usb_port.h    Sun Jan 16 15:35:06 2000 +0000
+++ b/sys/dev/usb/usb_port.h    Sun Jan 16 15:36:28 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb_port.h,v 1.19 2000/01/16 10:38:58 augustss Exp $   */
+/*     $NetBSD: usb_port.h,v 1.20 2000/01/16 15:36:28 augustss Exp $   */
 /*     $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $   */
 
 /*
@@ -60,6 +60,9 @@
 #define UCOM_DEBUG 1
 #define UMODEM_DEBUG 1
 #define UAUDIO_DEBUG 1
+#define AUE_DEBUG 1
+#define CUE_DEBUG 1
+#define KUE_DEBUG 1
 #endif
 
 typedef struct device *device_ptr_t;
@@ -162,6 +165,9 @@
 #define UCOM_DEBUG 1
 #define UMODEM_DEBUG 1
 #define UAUDIO_DEBUG 1
+#define AUE_DEBUG 1
+#define CUE_DEBUG 1
+#define KUE_DEBUG 1
 #endif
 
 #define        memcpy(d, s, l)         bcopy((s),(d),(l))



Home | Main Index | Thread Index | Old Index