Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Be a little more talkative on with UHCIDEBUG on ...
details: https://anonhg.NetBSD.org/src/rev/2047b392bbb0
branches: trunk
changeset: 480625:2047b392bbb0
user: augustss <augustss%NetBSD.org@localhost>
date: Mon Jan 17 01:01:07 2000 +0000
description:
Be a little more talkative on with UHCIDEBUG on errors.
diffstat:
sys/dev/usb/uhci.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 524b2f83ec93 -r 2047b392bbb0 sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c Mon Jan 17 00:58:01 2000 +0000
+++ b/sys/dev/usb/uhci.c Mon Jan 17 01:01:07 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uhci.c,v 1.74 2000/01/16 13:14:43 augustss Exp $ */
+/* $NetBSD: uhci.c,v 1.75 2000/01/17 01:01:07 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $ */
/*
@@ -1107,7 +1107,7 @@
actlen, status));
xfer->actlen = actlen;
if (status != 0) {
- DPRINTFN((status&UHCI_TD_STALLED)*10,
+ DPRINTFN((status == UHCI_TD_STALLED)*10,
("uhci_idone: error, addr=%d, endpt=0x%02x, "
"status 0x%b\n",
xfer->pipe->device->address,
Home |
Main Index |
Thread Index |
Old Index