| Age | Commit message (Expand) | Author |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-11-12 | Simplify activation hook. (sc_dying must die!) | dyoung |
| 2009-11-01 | Update referencial URLs. | uebayasi |
| 2009-05-02 | Correct previous: detaching uhubN makes the bus pointer NULL | martin |
| 2009-05-02 | If we are unlucky, during detach of child devices, after a uhub has detached, | martin |
| 2009-04-19 | In this case "XXX free other data structures XXX" includes stopping and | ad |
| 2009-03-06 | Make it safe to call uhci_init() from a kernel thread with interrupts | bouyer |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-06-28 | Add appropriate bus_dmamap_sync() calls to uhci(4), ohci(4) and ehci(4), | bouyer |
| 2008-06-16 | fix selective port resume signaling (not used in normal operation, | drochner |
| 2008-06-06 | uhci_device_intr_done: when re-queueing, pass pipe direction to | jmcneill |
| 2008-06-02 | Fix probable cut-n-paste error: make the virtual QH link match the physical | bouyer |
| 2008-06-02 | Set sc_suspend properly so we can avoid a potential HCH on resume. | jmcneill |
| 2008-05-21 | fix argument to usb_setup_reserve() (called from USB host adapter drivers) | drochner |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-28 | split device/softc for USB host controllers and the usb (control) | drochner |
| 2008-02-22 | Add a method to detach child. | dyoung |
| 2008-02-13 | Patch from Jared McNeill to prevent USB interrupt storms on resume on | smb |
| 2008-02-03 | share some code for USB root hub emulation which is common in the 3 | drochner |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-08-15 | * splsoftusb, IPL_SOFTUSB, and IPL_HARDUSB defines in usbdi.h | kiyohara |
| 2007-08-01 | Clear the run flag in the command register when powering down, from | jmcneill |
| 2007-02-26 | -in root hub emulation, return a sane value as language code | drochner |
| 2007-02-10 | The diagnostic code doesn't track busy_free correctly when a | mlelstv |
| 2007-01-19 | Kill the "bus powered" bit in the configuration descriptor. This doesn't | drochner |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-31 | Split the USB task queue into two parts, one for normal device tasks and | joerg |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-03 | Coverity CID 3061: Add KASSERT (from Arnaud Lacombe) | christos |
| 2006-09-25 | Only display "interrupt while not running ignored" if DIAGNOSTIC is set, as | jmcneill |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 2006-09-03 | add missing initializers. | christos |
| 2006-09-03 | add missing initializer. | christos |
| 2006-06-19 | Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@, | gdamore |
| 2006-05-12 | make [OU]READ[124]() real inline functions instead of macros. | mrg |
| 2006-04-14 | Coverity CID 1133: Abort quickly if we don't have a buffer in all the cases. | christos |
| 2006-03-31 | Only do the software reset if we are dying, like we do in ohci and ehci. | christos |
| 2006-03-05 | Use polling while shutting down the host controller since interrupts | augustss |
| 2005-12-24 | __inline__ -> inline | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-07-18 | Make sure we don't enable host controller interrupts until all | augustss |
| 2005-05-30 | - const poisoning | christos |
| 2005-04-30 | Fix a race condition in xfer abort. Derived from a FreeBSD patch. | augustss |
| 2005-04-29 | Complete the interrupt output transfer support copy from FreeBSD, but | skrll |
| 2005-04-27 | KNF and s/a an/an/ | skrll |
| 2005-03-02 | Copyright maintenance. | mycroft |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-12-21 | Implement an USB memory reserve. Allocate some memory per host controller | fvdl |