--- src/sys/bus/usb/usb.c 2006/12/22 23:12:17 1.25 +++ src/sys/bus/usb/usb.c 2007/05/01 00:05:16 1.26 @@ -256,9 +256,11 @@ USB_ATTACH(usb) } kprintf("\n"); +#if 0 /* Make sure not to use tsleep() if we are cold booting. */ if (cold) sc->sc_bus->use_polling++; +#endif ue.u.ue_ctrlr.ue_bus = USBDEVUNIT(sc->sc_dev); usb_add_event(USB_EVENT_CTRLR_ATTACH, &ue); @@ -314,8 +316,10 @@ USB_ATTACH(usb) USBDEVNAME(sc->sc_dev), err); sc->sc_dying = 1; } +#if 0 if (cold) sc->sc_bus->use_polling--; +#endif config_pending_incr(); #if defined(__NetBSD__) || defined(__OpenBSD__)