diff options
| author | Jonathan M. Bresler <jmb@FreeBSD.org> | 2000-04-02 06:33:36 +0000 |
|---|---|---|
| committer | Jonathan M. Bresler <jmb@FreeBSD.org> | 2000-04-02 06:33:36 +0000 |
| commit | e6231132e9e1fc835431c10ad9ff138639fd543a (patch) | |
| tree | 94107b657cc1417c52e2a69501db786a8ce6992a /sys/dev/usb | |
| parent | 1ecd82ae8fb2a285b5017835ae4894687ee013c6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/usb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index 7c48ed28de4f..40f5d55f90b4 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 |
