Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/usb/usb.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/usb/usb.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.64 retrieving revision 1.65 diff -u -p -r1.64 -r1.65 --- src/sys/dev/usb/usb.h 2002/02/26 02:00:16 1.64 +++ src/sys/dev/usb/usb.h 2002/02/26 10:27:49 1.65 @@ -1,4 +1,4 @@ -/* $NetBSD: usb.h,v 1.64 2002/02/26 02:00:16 augustss Exp $ */ +/* $NetBSD: usb.h,v 1.65 2002/02/26 10:27:49 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $ */ /* @@ -48,6 +48,11 @@ #if defined(__NetBSD__) || defined(__OpenBSD__) #include #endif +#if defined(__FreeBSD__) +/* 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 */ +#endif #if defined(_KERNEL) #include