Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Tweak a debugging printf().



details:   https://anonhg.NetBSD.org/src/rev/940e442812ce
branches:  trunk
changeset: 551817:940e442812ce
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Fri Sep 12 16:18:08 2003 +0000

description:
Tweak a debugging printf().

diffstat:

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

diffs (27 lines):

diff -r 5b226d489172 -r 940e442812ce sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c        Fri Sep 12 15:31:00 2003 +0000
+++ b/sys/dev/usb/uhci.c        Fri Sep 12 16:18:08 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhci.c,v 1.174 2003/07/03 11:24:13 drochner Exp $      */
+/*     $NetBSD: uhci.c,v 1.175 2003/09/12 16:18:08 mycroft Exp $       */
 /*     $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $       */
 
 /*
@@ -49,7 +49,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.174 2003/07/03 11:24:13 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.175 2003/09/12 16:18:08 mycroft Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1249,7 +1249,7 @@
        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);
 }



Home | Main Index | Thread Index | Old Index