diff options
author | joe <joe@FreeBSD.org> | 2002-02-26 10:00:32 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-02-26 10:00:32 +0000 |
commit | 17b9c41c9cb93041195634d78d83dc862d4cb96e (patch) | |
tree | b2529780ff4d4a02716fdbf524eca74475cde02e /sys/dev | |
parent | 5cad5d55f8552a8ff7ee9ddab7f26f33fe68d9ce (diff) | |
download | FreeBSD-src-17b9c41c9cb93041195634d78d83dc862d4cb96e.zip FreeBSD-src-17b9c41c9cb93041195634d78d83dc862d4cb96e.tar.gz |
Revert part of the last commit. A couple of defines were removed
by NetBSD because they don't use them (they've no usbd), but we do.
Diffstat (limited to 'sys/dev')
-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 dacae62..326afaf 100644 --- a/sys/dev/usb/usb.h +++ b/sys/dev/usb/usb.h @@ -53,6 +53,10 @@ #include <dev/usb/usb_port.h> #endif /* _KERNEL */ +/* These two defines are used by usbd to autoload the usb kld */ +#define USB_KLD "usb" /* name of usb module */ +#define USB_UHUB "usb/uhub" /* root hub */ + #define USB_STACK_VERSION 2 #define USB_MAX_DEVICES 128 |