From 827cc0ab25a9a244dd59685b3226dea1c12e260d Mon Sep 17 00:00:00 2001 From: n_hibma Date: Sat, 2 Sep 2000 10:17:58 +0000 Subject: Don't check for ohci/uhci to be loaded, check for the usb module. --- sys/dev/usb/usb.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/dev/usb') diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index 71d903b..8982a4f 100644 --- a/sys/dev/usb/usb.h +++ b/sys/dev/usb/usb.h @@ -65,9 +65,8 @@ MALLOC_DECLARE(M_USBHC); #endif /* __FreeBSD__ */ /* these three defines are used by usbd to autoload the usb kld */ -#define USB_KLD "usb" -#define USB_OHCI "ohci/usb" -#define USB_UHCI "uhci/usb" +#define USB_KLD "usb" /* name of usb module */ +#define USB_UHUB "usb/uhub" /* root hub */ #define USB_MAX_DEVICES 128 #define USB_START_ADDR 0 -- cgit v1.1