Module Name:    src
Committed By:   skrll
Date:           Tue Aug 12 13:28:44 UTC 2014

Modified Files:
        src/sys/dev/usb: files.usb usb.h

Log Message:
Add XHCI_DEBUG.  From Takahiro HAYASHI with tweaks from me.

One day someone(tm) will tidyup USB debug stuff.


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/dev/usb/files.usb
cvs rdiff -u -r1.107 -r1.108 src/sys/dev/usb/usb.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/files.usb
diff -u src/sys/dev/usb/files.usb:1.132 src/sys/dev/usb/files.usb:1.133
--- src/sys/dev/usb/files.usb:1.132	Sat Apr  5 23:47:26 2014
+++ src/sys/dev/usb/files.usb	Tue Aug 12 13:28:44 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: files.usb,v 1.132 2014/04/05 23:47:26 khorben Exp $
+#	$NetBSD: files.usb,v 1.133 2014/08/12 13:28:44 skrll Exp $
 #
 # Config file and device description for machine-independent USB code.
 # Included by ports that need it.  Ports that use it must provide
@@ -6,7 +6,8 @@
 
 defflag	USBVERBOSE
 defflag	opt_usb.h	USB_FRAG_DMA_WORKAROUND
-defflag	opt_usb.h	EHCI_DEBUG OHCI_DEBUG UHCI_DEBUG UHUB_DEBUG USB_DEBUG
+defflag	opt_usb.h	UHUB_DEBUG USB_DEBUG
+defflag	opt_usb.h	EHCI_DEBUG OHCI_DEBUG UHCI_DEBUG XHCI_DEBUG
 
 defflag	opt_umodem.h	UMODEM_DEBUG
 defflag	opt_uvideo.h	UVIDEO_DEBUG

Index: src/sys/dev/usb/usb.h
diff -u src/sys/dev/usb/usb.h:1.107 src/sys/dev/usb/usb.h:1.108
--- src/sys/dev/usb/usb.h:1.107	Tue Aug 12 13:24:40 2014
+++ src/sys/dev/usb/usb.h	Tue Aug 12 13:28:44 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: usb.h,v 1.107 2014/08/12 13:24:40 skrll Exp $	*/
+/*	$NetBSD: usb.h,v 1.108 2014/08/12 13:28:44 skrll Exp $	*/
 /*	$FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $	*/
 
 /*
@@ -126,6 +126,7 @@ MALLOC_DECLARE(M_USBHC);
 #define UVSCOM_DEBUG 1
 #define UYUREX_DEBUG 1
 #define UZCOM_DEBUG 1
+#define XHCI_DEBUG 1
 #define ZYD_DEBUG 1
 #define Static
 #else

Reply via email to