summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhub.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* When a port cannot be set up, report the error code in the `disablingiedowse2004-11-091-2/+2
* Merge recent USB2/EHCI related changes from NetBSD:iedowse2004-11-031-4/+44
* We don't need a uhub_child_detached() routine now that we don't detachimp2004-09-091-34/+2
* Tweak the compatibility macros a little so that the device printing isimp2004-08-151-1/+0
* Next step in making usb more newbus:imp2004-08-141-26/+14
* Make the USB subsystem unloadable and detachable, though currentlyiedowse2004-08-021-1/+2
* Remove redundant inclusion of bus_if.h. It isn't needed in this file, asimp2004-07-221-1/+0
* MFp4:imp2004-07-221-30/+29
* MFNetBSD.le2004-07-011-2/+5
* Add pnpinfo and location information to uhub. We also keep track ofimp2004-06-301-0/+107
* Initialise `restartcnt' in the newly malloc'd usbd_port structure,iedowse2004-06-101-0/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* Merge up-to-date with NetBSD. No functional changes.joe2003-07-141-6/+2
* MFNetBSD:joe2003-07-141-5/+3
* MFNetBSD:joe2003-07-141-2/+1
* MFNetBSD:joe2003-07-141-1/+5
* As defined by USB Specification Rev 2.0 (in section 11.24.2.5), tojoe2003-07-141-1/+1
* WARNING: white space diffjmg2003-07-041-15/+15
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-1/+1
* Wake up Joe! It would help if I included sys/sysctl.h.joe2002-07-311-0/+1
* Add a sysctl (debug.usb.uhub) for tweaking the uhub debug levels.joe2002-07-311-1/+3
* Avoid reprobing on loading a driver. This does not work as the ivars setn_hibma2002-06-171-0/+15
* Reduce the difference between our version and NetBSD's. (Nojoe2002-04-071-11/+10
* MFNetBSD:joe2002-04-071-1/+2
* MFNetBSD: ohci.c (1.109), uhci.c (1.144), uhub.c (1.56), usb.c (1.57),joe2002-04-071-1/+1
* MFNetBSD:joe2002-04-071-3/+3
* MFNetBSD: uhub.c (1.54), usb_subr.c (1.92)joe2002-04-071-1/+18
* MFNetBSD:joe2002-04-071-2/+8
* MFNetBSD:joe2002-04-071-3/+3
* MFNetBSD: uhub.c (1.49), usb.c (1.51), usbdi.h (1.48), usbdivar.h (1.63)joe2002-04-021-2/+3
* Merge from NetBSD:joe2002-02-191-4/+13
* Merge from NetBSD.joe2002-01-281-1/+4
* Rearrange the code in USB_DETACH, so that it's like NetBSD's. Nojoe2002-01-261-6/+6
* Sync with NetBSD:joe2002-01-021-1/+1
* Only clear endpoint stall if status was USBD_STALLED.n_hibma2001-09-021-3/+3
* Do NOT allocate a 1K buffer on the kernel stack.julian2001-08-101-2/+12
* Bugfix: device_resume should be connected to bus_generic_resume notn_hibma2001-01-051-1/+1
* Sync with NetBSD:n_hibma2000-10-161-22/+14
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDn_hibma2000-07-171-2/+2
* Sync with NetBSD:n_hibma2000-05-141-88/+79
* Change Lennart's e-mail address.n_hibma2000-05-141-1/+1
* Initialise the debug value.n_hibma2000-05-071-1/+1
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-7/+7
* Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNn_hibma2000-01-201-2/+8
* More USB ethernet tweaks:wpaul2000-01-201-1/+1
* Synchronisation with NetBSD 1999/11/27n_hibma1999-11-281-13/+21
* Synchronisation with NetBSD as of 1999/11/16:n_hibma1999-11-171-185/+125
* Remove superfluous header file includesn_hibma1999-11-081-4/+7
OpenPOWER on IntegriCloud