Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb More debug.



details:   https://anonhg.NetBSD.org/src/rev/f54b920fa692
branches:  trunk
changeset: 472826:f54b920fa692
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun May 09 14:37:18 1999 +0000

description:
More debug.

diffstat:

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

diffs (18 lines):

diff -r ce7621226d0d -r f54b920fa692 sys/dev/usb/usb_subr.c
--- a/sys/dev/usb/usb_subr.c    Sun May 09 14:36:42 1999 +0000
+++ b/sys/dev/usb/usb_subr.c    Sun May 09 14:37:18 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb_subr.c,v 1.29 1999/03/18 12:08:43 augustss Exp $   */
+/*     $NetBSD: usb_subr.c,v 1.30 1999/05/09 14:37:18 augustss Exp $   */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -1066,6 +1066,8 @@
        usbd_request_handle reqh;
        usbd_status r;
 
+       DPRINTFN(10, ("usb_start_next: pipe=%p\n", pipe));
+       
 #ifdef DIAGNOSTIC
        if (SIMPLEQ_FIRST(&pipe->queue) == 0) {
                printf("usb_start_next: empty\n");



Home | Main Index | Thread Index | Old Index