Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Remove some debug code that was commited by mist...



details:   https://anonhg.NetBSD.org/src/rev/8e8260f75979
branches:  trunk
changeset: 480593:8e8260f75979
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun Jan 16 13:14:43 2000 +0000

description:
Remove some debug code that was commited by mistake.

diffstat:

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

diffs (18 lines):

diff -r 08df8820f319 -r 8e8260f75979 sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c        Sun Jan 16 13:12:05 2000 +0000
+++ b/sys/dev/usb/uhci.c        Sun Jan 16 13:14:43 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhci.c,v 1.73 2000/01/16 13:12:05 augustss Exp $       */
+/*     $NetBSD: uhci.c,v 1.74 2000/01/16 13:14:43 augustss Exp $       */
 /*     $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $       */
 
 /*
@@ -1600,7 +1600,7 @@
 
        xfer->hcpriv = ii;
 
-#if 0
+#if 1
        /* Make sure hardware has completed. */
        if (xfer->device->bus->intr_context) {
                /* We have no process context, so we can't use tsleep(). */



Home | Main Index | Thread Index | Old Index