Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nick-nhusb]: src/sys/dev/usb Improve DEBUG
details: https://anonhg.NetBSD.org/src/rev/42b7a4db4e8f
branches: nick-nhusb
changeset: 334385:42b7a4db4e8f
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Feb 06 09:02:57 2016 +0000
description:
Improve DEBUG
diffstat:
sys/dev/usb/ehci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 0a97c9c5a922 -r 42b7a4db4e8f sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c Sat Feb 06 09:01:39 2016 +0000
+++ b/sys/dev/usb/ehci.c Sat Feb 06 09:02:57 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.234.2.81 2016/02/06 09:01:39 skrll Exp $ */
+/* $NetBSD: ehci.c,v 1.234.2.82 2016/02/06 09:02:57 skrll Exp $ */
/*
* Copyright (c) 2004-2012 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.81 2016/02/06 09:01:39 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.82 2016/02/06 09:02:57 skrll Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -2208,7 +2208,7 @@
error = cv_timedwait(&sc->sc_doorbell, &sc->sc_lock, hz); /* bell wait */
- USBHIST_LOG(ehcidebug, "cmd = 0x%08x sts = 0x%08x",
+ USBHIST_LOG(ehcidebug, "cmd = 0x%08x sts = 0x%08x ... done",
EOREAD4(sc, EHCI_USBCMD), EOREAD4(sc, EHCI_USBSTS), 0, 0);
#ifdef DIAGNOSTIC
if (error)
Home |
Main Index |
Thread Index |
Old Index