summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb.h')
-rw-r--r--sys/dev/usb/usb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h
index 7c48ed28..40f5d55 100644
--- a/sys/dev/usb/usb.h
+++ b/sys/dev/usb/usb.h
@@ -64,6 +64,10 @@ MALLOC_DECLARE(M_USBHC);
#endif /* _KERNEL */
#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_MAX_DEVICES 128
#define USB_START_ADDR 0
OpenPOWER on IntegriCloud