From 97287bdb44ab798a9ba2fc268f6d3962ef2baf3e Mon Sep 17 00:00:00 2001 From: Josef Karthauser Date: Sun, 9 Nov 2003 23:59:53 +0000 Subject: [PATCH] MFNetBSD: date: 2003/09/12 16:18:08; author: mycroft; Tweak a debugging printf(). --- sys/dev/usb/uhci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index d36a41e8df9..81b4ff12cc9 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 @@ -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); }