summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ohci.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a benign typo that would give out an incorrect warning message.luoqi2008-07-171-4/+3
* Don't let hacksync() call bus_dmamap_sync(9) on DMA maps whichmarius2008-05-131-3/+7
* Workaround design botch in usb: blindly mixing bus_dma with PIO does notsam2008-03-201-0/+16
* s/logprintf/printf/gimp2007-06-201-2/+2
* Expand callout compatibility macros in the main usb bridges.imp2007-06-141-11/+11
* Remove more unnecessary and unwanted __OtherBSD__ ifdefs.imp2007-06-131-65/+0
* Use a different task queue for host controller and peripheral driveriedowse2006-10-191-1/+2
* Fix compile in non-debug case.iedowse2006-10-031-2/+1
* When changing the device address and max packet size in usbd_new_device(),iedowse2006-10-031-10/+0
* More removing compatibility macros.imp2006-09-071-23/+23
* s/Static/static/gimp2006-09-061-133/+133
* If a zero-length bulk or interrupt transfer is requested then assumeiedowse2006-05-281-9/+7
* Use the limited scatter-gather capabilities of ehci, ohci and uhciiedowse2006-05-281-184/+241
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Save and restore the data toggle value when a pipe to an endpointiedowse2006-02-261-1/+5
* Add a missing ohci_waitintr() call that allows polled operation ofiedowse2006-02-251-0/+3
* Give ohci_intr a proper return value. In FreeBSD, this is void. Removeimp2006-02-111-4/+4
* Set sc_dying to 1 when detaching. In NetBSD and OpenBSD this wasiedowse2006-01-151-0/+2
* The ohci driver's processing of completed transfer descriptors (TDs)iedowse2005-11-271-30/+38
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* It was possible to have two threads concurrently aborting the sameiedowse2005-03-191-0/+28
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Fix KASSERT inversion that was introduced in 1.150, resulting in instantkeramida2005-01-051-1/+1
* Remove comment that doesn't seem to be true and add comments describingjulian2005-01-031-17/+16
* A much simpler way to work out if the required transfer can be done in 2julian2005-01-031-3/+2
* Slightly reorganise part of the ohci_softintr() functionjulian2004-12-141-15/+26
* Fix just the worst of the timeout race conditions that the previousiedowse2004-11-161-1/+6
* Back out my recent changes for timeout races, as there have beeniedowse2004-11-121-39/+14
* Attempt to fix a number of race conditions in the handling ofiedowse2004-11-091-14/+39
* Make the USB subsystem unloadable and detachable, though currentlyiedowse2004-08-021-3/+13
* MFNetBSD.le2004-06-261-2/+5
* MFNetBSD Version 1.146julian2004-03-261-5/+11
* Fixed incomplete initialization in some ohci controllers withshiba2003-12-221-33/+46
* Enable support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNshiba2003-12-221-12/+2
* Write the correct value to `td_be' for the second and furtheriedowse2003-11-251-1/+1
* Remove a gremlin so that this code compiles under -stable withoutjoe2003-11-121-1/+1
* MFNetBSD:joe2003-11-101-3/+1
* MFNetBSD:joe2003-11-101-1/+2
* MFNetBSD:joe2003-11-101-8/+11
* Revise the NetBSD revision control strings.joe2003-11-091-13/+1
* MFNetBSD:joe2003-11-091-2/+2
* Use __FBSDID().obrien2003-08-241-1/+3
* fix support for umass and related devices on ohci. This is a partialjmg2003-07-151-78/+144
* make usb bus_dma aware.jmg2003-07-151-49/+42
* minor white space fix upjmg2003-07-151-2/+4
* Backout the last commit!joe2003-07-141-1/+2
* MFNetBSD: revision 1.136joe2003-07-141-1/+2
* MFNetBSD: revision 1.135joe2003-07-141-4/+5
* MFNetBSD: revision 1.134joe2003-07-141-27/+49
* MFNetBSD: revision 1.133joe2003-07-141-0/+5
OpenPOWER on IntegriCloud