summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ohci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFNetBSD: revision 1.132joe2003-07-141-1/+4
* MFNetBSD: revision 1.129joe2003-07-141-0/+7
* MFNetBSD:joe2003-07-141-4/+5
* MFNetBSD:joe2003-07-141-1/+2
* remove \n at end of panic strings. They are added by the call to panic.jmg2003-07-041-8/+8
* Fixed an issue which transfer no packets in combination with aue driver.shiba2003-03-051-2/+5
* Fix two bugs in the DMA chaining code for OHCI. The first bug is thatdillon2002-12-201-5/+9
* MFNetBSD: (partial 1.133)joe2002-12-091-0/+2
* MFNetBSD:joe2002-12-091-5/+0
* Don't corrupt the ED list whilst removing an entry.joe2002-12-091-1/+1
* In rev 1.51 of usb_port.h I switched over to using the USB_USE_SOFTINTRjoe2002-09-301-0/+6
* MFNetBSD:joe2002-08-161-6/+6
* 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-21/+21
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-0/+3
* NetBSD have adopted our usage of the DMAADDR macro:joe2002-05-281-1/+1
* Correct the usage of DMAADDR in a piece of '#if 0'd code. (The compilerjoe2002-05-261-1/+1
* MFNetBSD:joe2002-05-261-2/+2
* MFNetBSD: ohci.c (1.124), uhci.c (1.159), usbdi.c (1.100)joe2002-05-261-5/+5
* Some non-functional changes to make the differences between NetBSD'sjoe2002-04-291-31/+35
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+1
OpenPOWER on IntegriCloud