diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-03-08 14:14:12 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-03-08 14:14:12 +0000 |
commit | 21c1a03758be2782ec22565a2e1aa37193f8ad52 (patch) | |
tree | 02e8d4b3b6bb6b551fc23eb869c857d747f56d1b /sys/dev | |
parent | 124f0bb953113020d83e172487b9fc7b120235fa (diff) |
only print if we hit the via quirk timeout when debugging
ok pascoe@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/ehci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index 3f414265ea4..33980731e5c 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ehci.c,v 1.41 2005/03/08 08:17:16 pascoe Exp $ */ +/* $OpenBSD: ehci.c,v 1.42 2005/03/08 14:14:11 dlg Exp $ */ /* $NetBSD: ehci.c,v 1.66 2004/06/30 03:11:56 mycroft Exp $ */ /* @@ -2546,7 +2546,7 @@ ehci_intrlist_timeout(void *arg) ehci_softc_t *sc = arg; int s = splusb(); - printf("ehci_intrlist_timeout\n"); + DPRINTFN(1, ("ehci_intrlist_timeout\n")); usb_schedsoftintr(&sc->sc_bus); splx(s); |