| Commit message (Expand) | Author | Age | Files | Lines |
* | Take out Giant in uhub_child_* in giant. There's one place where we | imp | 2005-05-11 | 1 | -9/+16 |
* | Use usbd_get_string() instead of calling usbd_get_string_desc() | iedowse | 2005-03-25 | 1 | -15/+3 |
* | Root hubs don't have transaction translators, so skip printing the | iedowse | 2005-03-20 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | When a port cannot be set up, report the error code in the `disabling | iedowse | 2004-11-09 | 1 | -2/+2 |
* | Merge recent USB2/EHCI related changes from NetBSD: | iedowse | 2004-11-03 | 1 | -4/+44 |
* | We don't need a uhub_child_detached() routine now that we don't detach | imp | 2004-09-09 | 1 | -34/+2 |
* | Tweak the compatibility macros a little so that the device printing is | imp | 2004-08-15 | 1 | -1/+0 |
* | Next step in making usb more newbus: | imp | 2004-08-14 | 1 | -26/+14 |
* | Make the USB subsystem unloadable and detachable, though currently | iedowse | 2004-08-02 | 1 | -1/+2 |
* | Remove redundant inclusion of bus_if.h. It isn't needed in this file, as | imp | 2004-07-22 | 1 | -1/+0 |
* | MFp4: | imp | 2004-07-22 | 1 | -30/+29 |
* | MFNetBSD. | le | 2004-07-01 | 1 | -2/+5 |
* | Add pnpinfo and location information to uhub. We also keep track of | imp | 2004-06-30 | 1 | -0/+107 |
* | Initialise `restartcnt' in the newly malloc'd usbd_port structure, | iedowse | 2004-06-10 | 1 | -0/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -1/+3 |
* | Merge up-to-date with NetBSD. No functional changes. | joe | 2003-07-14 | 1 | -6/+2 |
* | MFNetBSD: | joe | 2003-07-14 | 1 | -5/+3 |
* | MFNetBSD: | joe | 2003-07-14 | 1 | -2/+1 |
* | MFNetBSD: | joe | 2003-07-14 | 1 | -1/+5 |
* | As defined by USB Specification Rev 2.0 (in section 11.24.2.5), to | joe | 2003-07-14 | 1 | -1/+1 |
* | WARNING: white space diff | jmg | 2003-07-04 | 1 | -15/+15 |
* | Use the hw.usb sysctl tree instead of debug.usb. | joe | 2002-08-08 | 1 | -1/+2 |
* | Replace the FOO_DEBUG definitions with USB_DEBUG, and switch the | joe | 2002-07-31 | 1 | -1/+1 |
* | Wake up Joe! It would help if I included sys/sysctl.h. | joe | 2002-07-31 | 1 | -0/+1 |
* | Add a sysctl (debug.usb.uhub) for tweaking the uhub debug levels. | joe | 2002-07-31 | 1 | -1/+3 |
* | Avoid reprobing on loading a driver. This does not work as the ivars set | n_hibma | 2002-06-17 | 1 | -0/+15 |
* | Reduce the difference between our version and NetBSD's. (No | joe | 2002-04-07 | 1 | -11/+10 |
* | MFNetBSD: | joe | 2002-04-07 | 1 | -1/+2 |
* | MFNetBSD: ohci.c (1.109), uhci.c (1.144), uhub.c (1.56), usb.c (1.57), | joe | 2002-04-07 | 1 | -1/+1 |
* | MFNetBSD: | joe | 2002-04-07 | 1 | -3/+3 |
* | MFNetBSD: uhub.c (1.54), usb_subr.c (1.92) | joe | 2002-04-07 | 1 | -1/+18 |
* | MFNetBSD: | joe | 2002-04-07 | 1 | -2/+8 |
* | MFNetBSD: | joe | 2002-04-07 | 1 | -3/+3 |
* | MFNetBSD: uhub.c (1.49), usb.c (1.51), usbdi.h (1.48), usbdivar.h (1.63) | joe | 2002-04-02 | 1 | -2/+3 |
* | Merge from NetBSD: | joe | 2002-02-19 | 1 | -4/+13 |
* | Merge from NetBSD. | joe | 2002-01-28 | 1 | -1/+4 |
* | Rearrange the code in USB_DETACH, so that it's like NetBSD's. No | joe | 2002-01-26 | 1 | -6/+6 |
* | Sync with NetBSD: | joe | 2002-01-02 | 1 | -1/+1 |
* | Only clear endpoint stall if status was USBD_STALLED. | n_hibma | 2001-09-02 | 1 | -3/+3 |
* | Do NOT allocate a 1K buffer on the kernel stack. | julian | 2001-08-10 | 1 | -2/+12 |
* | Bugfix: device_resume should be connected to bus_generic_resume not | n_hibma | 2001-01-05 | 1 | -1/+1 |
* | Sync with NetBSD: | n_hibma | 2000-10-16 | 1 | -22/+14 |
* | Remove __P prototypes to reduce diffs between the NetBSD and FreeBSD | n_hibma | 2000-07-17 | 1 | -2/+2 |
* | Sync with NetBSD: | n_hibma | 2000-05-14 | 1 | -88/+79 |
* | Change Lennart's e-mail address. | n_hibma | 2000-05-14 | 1 | -1/+1 |
* | Initialise the debug value. | n_hibma | 2000-05-07 | 1 | -1/+1 |
* | OpenBSD has a broken debugger that does not grok static. Use a | n_hibma | 2000-04-03 | 1 | -7/+7 |
* | Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWN | n_hibma | 2000-01-20 | 1 | -2/+8 |
* | More USB ethernet tweaks: | wpaul | 2000-01-20 | 1 | -1/+1 |