Source-Changes-HG archive

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

[src/netbsd-7]: src/sys/dev/usb Pull up following revision(s) (requested by s...



details:   https://anonhg.NetBSD.org/src/rev/7f4530b02c8f
branches:  netbsd-7
changeset: 798240:7f4530b02c8f
user:      riz <riz%NetBSD.org@localhost>
date:      Wed Aug 13 21:50:39 2014 +0000

description:
Pull up following revision(s) (requested by skrll in ticket #12):
        sys/dev/usb/files.usb: revision 1.133
        sys/dev/usb/usb.h: revision 1.108
Add XHCI_DEBUG.  From Takahiro HAYASHI with tweaks from me.
One day someone(tm) will tidyup USB debug stuff.

diffstat:

 sys/dev/usb/files.usb |  5 +++--
 sys/dev/usb/usb.h     |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 2a7240f8414a -r 7f4530b02c8f sys/dev/usb/files.usb
--- a/sys/dev/usb/files.usb     Wed Aug 13 21:47:18 2014 +0000
+++ b/sys/dev/usb/files.usb     Wed Aug 13 21:50:39 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.usb,v 1.132 2014/04/05 23:47:26 khorben Exp $
+#      $NetBSD: files.usb,v 1.132.2.1 2014/08/13 21:50:39 riz 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
diff -r 2a7240f8414a -r 7f4530b02c8f sys/dev/usb/usb.h
--- a/sys/dev/usb/usb.h Wed Aug 13 21:47:18 2014 +0000
+++ b/sys/dev/usb/usb.h Wed Aug 13 21:50:39 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb.h,v 1.106 2013/11/01 14:32:54 skrll Exp $  */
+/*     $NetBSD: usb.h,v 1.106.4.1 2014/08/13 21:50:39 riz Exp $        */
 /*     $FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $        */
 
 /*
@@ -125,6 +125,7 @@
 #define UVSCOM_DEBUG 1
 #define UYUREX_DEBUG 1
 #define UZCOM_DEBUG 1
+#define XHCI_DEBUG 1
 #define ZYD_DEBUG 1
 #define Static
 #else



Home | Main Index | Thread Index | Old Index