diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-04-02 10:47:01 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-04-02 10:47:01 +0000 |
| commit | 44e0c682e01fd1ee8be46c4d41371b11807560c2 (patch) | |
| tree | cb3b6293d5a74e560ec29c23798b11e658d58759 /sys/dev/usb/usb.c | |
| parent | 48d09ba63fcd53bd779cd20515179bc914ca4161 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usb.c')
| -rw-r--r-- | sys/dev/usb/usb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index 2101a01c638b..4cc42c449814 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -1,4 +1,4 @@ -/* $NetBSD: usb.c,v 1.53 2001/01/23 17:04:30 augustss Exp $ */ +/* $NetBSD: usb.c,v 1.54 2001/11/09 14:59:11 augustss Exp $ */ /* $FreeBSD$ */ /* @@ -767,6 +767,7 @@ usb_add_event(int type, struct usb_event *uep) void usb_schedsoftintr(usbd_bus_handle bus) { + DPRINTFN(10,("usb_schedsoftintr: polling=%d\n", bus->use_polling)); #ifdef USB_USE_SOFTINTR if (bus->use_polling) { bus->methods->soft_intr(bus); |
