| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Synchronisation with NetBSD 1999/11/27 | n_hibma | 1999-11-28 | 1 | -13/+21 |
* | Synchronisation with NetBSD as of 1999/11/16: | n_hibma | 1999-11-17 | 1 | -185/+125 |
* | Remove superfluous header file includes | n_hibma | 1999-11-08 | 1 | -4/+7 |
* | Major synchronisation with the NetBSD USB stack: | n_hibma | 1999-10-07 | 1 | -99/+212 |
* | Move the declaration of the interrupt type from the driver structure | dfr | 1999-05-08 | 1 | -1/+0 |
* | Remove double removal of children of a hub. (remove disconnected method) | n_hibma | 1999-05-03 | 1 | -29/+2 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 1 | -5/+19 |
* | 1) Make debugging more selective. | n_hibma | 1999-04-11 | 1 | -14/+11 |
* | Reenable the recursive disconnection from a hub. Stop gap solution | n_hibma | 1999-04-11 | 1 | -7/+9 |
* | Cosmetical changes. | n_hibma | 1999-03-22 | 1 | -2/+2 |
* | Bug fix: Trap 12 when ugen not present and therefore unattached physical | n_hibma | 1999-02-21 | 1 | -2/+7 |
* | Textual changes | n_hibma | 1999-01-22 | 1 | -20/+35 |
* | Corrected the latent fact that the uhub driver was providing a driver for | n_hibma | 1999-01-14 | 1 | -4/+22 |
* | Sync with NetBSD sources. Almost there. Mostly style fixes. | n_hibma | 1999-01-10 | 1 | -3/+5 |
* | Major synchronisation with NetBSD USB code | n_hibma | 1999-01-07 | 1 | -174/+181 |
* | Added Id to all files | n_hibma | 1998-12-14 | 1 | -0/+1 |
* | Various bug fixes: | n_hibma | 1998-12-09 | 1 | -1/+4 |
* | Initial commit of ported NetBSD USB stack | n_hibma | 1998-11-26 | 1 | -0/+490 |