diff options
| author | Takanori Watanabe <takawata@FreeBSD.org> | 2005-07-14 14:19:05 +0000 |
|---|---|---|
| committer | Takanori Watanabe <takawata@FreeBSD.org> | 2005-07-14 14:19:05 +0000 |
| commit | 05cb19d7c2297e3838e6521f11bb176f2daf10e8 (patch) | |
| tree | 975cb631c22e577258200c9c7444699a27bb5ea8 /sys/dev | |
| parent | 1a3b6859420e966112784dd514cd90883589d856 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index 6be1d33a86367..dc89d9f532eca 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -979,6 +979,7 @@ usb_cold_explore(void *arg) DRIVER_MODULE(usb, ohci, usb_driver, usb_devclass, 0, 0); DRIVER_MODULE(usb, uhci, usb_driver, usb_devclass, 0, 0); DRIVER_MODULE(usb, ehci, usb_driver, usb_devclass, 0, 0); +DRIVER_MODULE(usb, slhci, usb_driver, usb_devclass, 0, 0); SYSINIT(usb_cold_explore, SI_SUB_CONFIGURE, SI_ORDER_MIDDLE, usb_cold_explore, NULL); #endif |
