aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ohci.c
Commit message (Expand)AuthorAgeFilesLines
* s/logprintf/printf/gWarner Losh2007-06-201-2/+2
* Expand callout compatibility macros in the main usb bridges.Warner Losh2007-06-141-11/+11
* Remove more unnecessary and unwanted __OtherBSD__ ifdefs.Warner Losh2007-06-131-65/+0
* Use a different task queue for host controller and peripheral driverIan Dowse2006-10-191-1/+2
* Fix compile in non-debug case.Ian Dowse2006-10-031-2/+1
* When changing the device address and max packet size in usbd_new_device(),Ian Dowse2006-10-031-10/+0
* More removing compatibility macros.Warner Losh2006-09-071-23/+23
* s/Static/static/gWarner Losh2006-09-061-133/+133
* If a zero-length bulk or interrupt transfer is requested then assumeIan Dowse2006-05-281-9/+7
* Use the limited scatter-gather capabilities of ehci, ohci and uhciIan Dowse2006-05-281-184/+241
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Save and restore the data toggle value when a pipe to an endpointIan Dowse2006-02-261-1/+5
* Add a missing ohci_waitintr() call that allows polled operation ofIan Dowse2006-02-251-0/+3
* Give ohci_intr a proper return value. In FreeBSD, this is void. RemoveWarner Losh2006-02-111-4/+4
* Set sc_dying to 1 when detaching. In NetBSD and OpenBSD this wasIan Dowse2006-01-151-0/+2
* The ohci driver's processing of completed transfer descriptors (TDs)Ian Dowse2005-11-271-30/+38
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* It was possible to have two threads concurrently aborting the sameIan Dowse2005-03-191-0/+28
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Fix KASSERT inversion that was introduced in 1.150, resulting in instantGiorgos Keramidas2005-01-051-1/+1
* Remove comment that doesn't seem to be true and add comments describingJulian Elischer2005-01-031-17/+16
* A much simpler way to work out if the required transfer can be done in 2Julian Elischer2005-01-031-3/+2
* Slightly reorganise part of the ohci_softintr() functionJulian Elischer2004-12-141-15/+26
* Fix just the worst of the timeout race conditions that the previousIan Dowse2004-11-161-1/+6
* Back out my recent changes for timeout races, as there have beenIan Dowse2004-11-121-39/+14
* Attempt to fix a number of race conditions in the handling ofIan Dowse2004-11-091-14/+39
* Make the USB subsystem unloadable and detachable, though currentlyIan Dowse2004-08-021-3/+13
* MFNetBSD.Lukas Ertl2004-06-261-2/+5
* MFNetBSD Version 1.146Julian Elischer2004-03-261-5/+11
* Fixed incomplete initialization in some ohci controllers withTakeshi Shibagaki2003-12-221-33/+46
* Enable support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNTakeshi Shibagaki2003-12-221-12/+2
* Write the correct value to `td_be' for the second and furtherIan Dowse2003-11-251-1/+1
* Remove a gremlin so that this code compiles under -stable withoutJosef Karthauser2003-11-121-1/+1
* MFNetBSD:Josef Karthauser2003-11-101-3/+1
* MFNetBSD:Josef Karthauser2003-11-101-1/+2
* MFNetBSD:Josef Karthauser2003-11-101-8/+11
* Revise the NetBSD revision control strings.Josef Karthauser2003-11-091-13/+1
* MFNetBSD:Josef Karthauser2003-11-091-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* fix support for umass and related devices on ohci. This is a partialJohn-Mark Gurney2003-07-151-78/+144
* make usb bus_dma aware.John-Mark Gurney2003-07-151-49/+42
* minor white space fix upJohn-Mark Gurney2003-07-151-2/+4
* Backout the last commit!Josef Karthauser2003-07-141-1/+2
* MFNetBSD: revision 1.136Josef Karthauser2003-07-141-1/+2
* MFNetBSD: revision 1.135Josef Karthauser2003-07-141-4/+5
* MFNetBSD: revision 1.134Josef Karthauser2003-07-141-27/+49
* MFNetBSD: revision 1.133Josef Karthauser2003-07-141-0/+5
* MFNetBSD: revision 1.132Josef Karthauser2003-07-141-1/+4
* MFNetBSD: revision 1.129Josef Karthauser2003-07-141-0/+7
* MFNetBSD:Josef Karthauser2003-07-141-4/+5