summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhci.c
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2003-11-09 23:59:53 +0000
committerjoe <joe@FreeBSD.org>2003-11-09 23:59:53 +0000
commit6b8c93a1ab61f538389afce571a2652990e06206 (patch)
treef6abef25ee3f8af0d4979d6c02be1255bae5c819 /sys/dev/usb/uhci.c
parentd29dc15237470996fa196e7df800746c6dfe5d8a (diff)
downloadFreeBSD-src-6b8c93a1ab61f538389afce571a2652990e06206.zip
FreeBSD-src-6b8c93a1ab61f538389afce571a2652990e06206.tar.gz
MFNetBSD:
date: 2003/09/12 16:18:08; author: mycroft; Tweak a debugging printf().
Diffstat (limited to 'sys/dev/usb/uhci.c')
-rw-r--r--sys/dev/usb/uhci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c
index d36a41e..81b4ff1 100644
--- a/sys/dev/usb/uhci.c
+++ b/sys/dev/usb/uhci.c
@@ -3,6 +3,7 @@
/* Also already incorporated from NetBSD:
* $NetBSD: uhci.c,v 1.172 2003/02/23 04:19:26 simonb Exp $
* $NetBSD: uhci.c,v 1.173 2003/05/13 04:41:59 gson Exp $
+ * $NetBSD: uhci.c,v 1.175 2003/09/12 16:18:08 mycroft Exp $
*/
#include <sys/cdefs.h>
@@ -1254,7 +1255,7 @@ uhci_intr1(uhci_softc_t *sc)
sc->sc_bus.no_intrs++;
usb_schedsoftintr(&sc->sc_bus);
- DPRINTFN(10, ("%s: uhci_intr: exit\n", USBDEVNAME(sc->sc_bus.bdev)));
+ DPRINTFN(15, ("%s: uhci_intr: exit\n", USBDEVNAME(sc->sc_bus.bdev)));
return (1);
}
OpenPOWER on IntegriCloud