Add a debug message.

This commit is contained in:
augustss 2001-11-09 14:59:11 +00:00
parent bae654cfa1
commit 3dd8433864
1 changed files with 2 additions and 1 deletions

View File

@ -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 $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -621,6 +621,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);