--- src/sys/bus/usb/usbdi.h 2004/02/11 15:17:26 1.4 +++ src/sys/bus/usb/usbdi.h 2005/06/02 20:40:40 1.5 @@ -271,15 +271,3 @@ struct usb_attach_arg { int usbd_driver_load(module_t mod, int what, void *arg); #endif -/* XXX Perhaps USB should have its own levels? */ -#ifdef USB_USE_SOFTINTR -#ifdef __HAVE_GENERIC_SOFT_INTERRUPTS -#define splusb splsoftnet -#else -#define splusb splsoftclock -#endif /* __HAVE_GENERIC_SOFT_INTERRUPTS */ -#else -#define splusb splbio -#endif /* USB_USE_SOFTINTR */ -#define splhardusb splbio -#define IPL_USB IPL_BIO