Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Add a flag for umass debugging.



details:   https://anonhg.NetBSD.org/src/rev/3f2a7908fdb5
branches:  trunk
changeset: 484203:3f2a7908fdb5
user:      augustss <augustss%NetBSD.org@localhost>
date:      Mon Mar 27 22:40:48 2000 +0000

description:
Add a flag for umass debugging.

diffstat:

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

diffs (25 lines):

diff -r 4913a42f6270 -r 3f2a7908fdb5 sys/dev/usb/usb_port.h
--- a/sys/dev/usb/usb_port.h    Mon Mar 27 21:47:46 2000 +0000
+++ b/sys/dev/usb/usb_port.h    Mon Mar 27 22:40:48 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb_port.h,v 1.24 2000/03/27 12:33:58 augustss Exp $   */
+/*     $NetBSD: usb_port.h,v 1.25 2000/03/27 22:40:48 augustss Exp $   */
 /*     $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $   */
 
 /*
@@ -63,6 +63,7 @@
 #define AUE_DEBUG 1
 #define CUE_DEBUG 1
 #define KUE_DEBUG 1
+#define UMASS_DEBUG 1
 #define Static
 #else
 #define Static static
@@ -174,6 +175,7 @@
 #define AUE_DEBUG 1
 #define CUE_DEBUG 1
 #define KUE_DEBUG 1
+#define UMASS_DEBUG 1
 #endif
 
 #define Static



Home | Main Index | Thread Index | Old Index