Module Name:    src
Committed By:   skrll
Date:           Sun Nov  8 21:02:31 UTC 2015

Modified Files:
        src/sys/dev/usb [nick-nhusb]: uhci.c

Log Message:
Improve debug output


To generate a diff of this commit:
cvs rdiff -u -r1.264.4.52 -r1.264.4.53 src/sys/dev/usb/uhci.c

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/uhci.c
diff -u src/sys/dev/usb/uhci.c:1.264.4.52 src/sys/dev/usb/uhci.c:1.264.4.53
--- src/sys/dev/usb/uhci.c:1.264.4.52	Sun Nov  8 15:19:29 2015
+++ src/sys/dev/usb/uhci.c	Sun Nov  8 21:02:31 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: uhci.c,v 1.264.4.52 2015/11/08 15:19:29 skrll Exp $	*/
+/*	$NetBSD: uhci.c,v 1.264.4.53 2015/11/08 21:02:31 skrll Exp $	*/
 
 /*
  * Copyright (c) 1998, 2004, 2011, 2012 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264.4.52 2015/11/08 15:19:29 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264.4.53 2015/11/08 21:02:31 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -1533,7 +1533,9 @@ uhci_idone(struct uhci_xfer *ux)
 #ifdef UHCI_DEBUG
 			if (uhcidebug >= 5) {
 				DPRINTF("isoc TD %d", i, 0, 0, 0);
+				DPRINTF("--- dump start ---", 0, 0, 0, 0);
 				uhci_dump_td(std);
+				DPRINTF("--- dump end ---", 0, 0, 0, 0);
 			}
 #endif
 			if (++n >= UHCI_VFRAMELIST_COUNT)

Reply via email to