Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Turn on more debugguing flags with USB_DEBUG.
details: https://anonhg.NetBSD.org/src/rev/b22e320f08dc
branches: trunk
changeset: 480578:b22e320f08dc
user: augustss <augustss%NetBSD.org@localhost>
date: Sun Jan 16 09:42:36 2000 +0000
description:
Turn on more debugguing flags with USB_DEBUG.
diffstat:
sys/dev/usb/usb_port.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 3a3804b5e34b -r b22e320f08dc sys/dev/usb/usb_port.h
--- a/sys/dev/usb/usb_port.h Sun Jan 16 09:41:22 2000 +0000
+++ b/sys/dev/usb/usb_port.h Sun Jan 16 09:42:36 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usb_port.h,v 1.17 2000/01/16 09:34:18 augustss Exp $ */
+/* $NetBSD: usb_port.h,v 1.18 2000/01/16 09:42:36 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */
/*
@@ -57,6 +57,8 @@
#define UHCI_DEBUG 1
#define UHUB_DEBUG 1
#define ULPT_DEBUG 1
+#define UCOM_DEBUG 1
+#define UMODEM_DEBUG 1
#define UAUDIO_DEBUG 1
#endif
@@ -157,6 +159,9 @@
#define UHCI_DEBUG 1
#define UHUB_DEBUG 1
#define ULPT_DEBUG 1
+#define UCOM_DEBUG 1
+#define UMODEM_DEBUG 1
+#define UAUDIO_DEBUG 1
#endif
#define memcpy(d, s, l) bcopy((s),(d),(l))
Home |
Main Index |
Thread Index |
Old Index