summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ehci.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Fix comment. One of the two "Step 4" shuold be a "step 5"julian2005-01-051-1/+1
* Rewrite ehci_abort_xfer() to use the method hinted at in the EHCI spec.julian2004-12-291-45/+107
* Slight change to formatting so that 'ctags' doesn'tjulian2004-12-181-1/+3
* Make LINT compile.phk2004-12-141-1/+1
* A bunch more whitespace and formatting diff reductions for NetBSD.julian2004-12-141-17/+19
* Don't abandon ship just because the number of companions doesn't seem correct.julian2004-12-141-3/+6
* Small formatting change..julian2004-12-141-1/+1
* Fix just the worst of the timeout race conditions that the previousiedowse2004-11-161-1/+5
* Back out my recent changes for timeout races, as there have beeniedowse2004-11-121-45/+19
* Attempt to fix a number of race conditions in the handling ofiedowse2004-11-091-19/+45
* The ehci_dump() function shouldn't be declared static, as it isiedowse2004-11-031-1/+1
* Merge recent USB2/EHCI related changes from NetBSD:iedowse2004-11-031-80/+119
* Save and restore state across suspend/resume events.iedowse2004-10-301-37/+91
* Make the USB subsystem unloadable and detachable, though currentlyiedowse2004-08-021-9/+13
* Attempt to follow the correct procedure for synchronising with theiedowse2004-08-021-3/+0
* Implement basic support for EHCI interrupt pipes. This is unlikelyiedowse2004-08-011-11/+266
* Diff reduction to NetBSD.le2004-07-191-2/+1
* MFNetBSD.le2004-07-151-6/+6
* Unbreak -O2 build: initialize nstatus to avoid uninitialized warning.marcel2004-07-031-1/+3
* MFNetBSD.le2004-07-011-2/+3
* MFNetBSD ehci.c and ehcireg.hle2004-06-261-44/+48
* Diff reduction to NetBSDjulian2004-03-191-23/+56
* MFNetBSD:joe2003-11-101-3/+4
* MFNetBSD:joe2003-11-091-1/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* make usb bus_dma aware.jmg2003-07-151-10/+4
* add EHCI (USB 2.0) controller support.ticso2003-04-141-0/+2822
OpenPOWER on IntegriCloud