| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use a different task queue for host controller and peripheral driver | Ian Dowse | 2006-10-19 | 1 | -1/+2 |
| * | Fix compile in non-debug case. | Ian Dowse | 2006-10-03 | 1 | -2/+1 |
| * | When changing the device address and max packet size in usbd_new_device(), | Ian Dowse | 2006-10-03 | 1 | -10/+0 |
| * | More removing compatibility macros. | Warner Losh | 2006-09-07 | 1 | -23/+23 |
| * | s/Static/static/g | Warner Losh | 2006-09-06 | 1 | -122/+122 |
| * | If a zero-length bulk or interrupt transfer is requested then assume | Ian Dowse | 2006-05-28 | 1 | -9/+7 |
| * | Use the limited scatter-gather capabilities of ehci, ohci and uhci | Ian Dowse | 2006-05-28 | 1 | -182/+239 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
| * | Save and restore the data toggle value when a pipe to an endpoint | Ian Dowse | 2006-02-26 | 1 | -1/+5 |
| * | Add a missing ohci_waitintr() call that allows polled operation of | Ian Dowse | 2006-02-25 | 1 | -0/+3 |
| * | Give ohci_intr a proper return value. In FreeBSD, this is void. Remove | Warner Losh | 2006-02-11 | 1 | -4/+4 |
| * | Set sc_dying to 1 when detaching. In NetBSD and OpenBSD this was | Ian Dowse | 2006-01-15 | 1 | -0/+2 |
| * | The ohci driver's processing of completed transfer descriptors (TDs) | Ian Dowse | 2005-11-27 | 1 | -29/+37 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -2/+0 |
| * | It was possible to have two threads concurrently aborting the same | Ian Dowse | 2005-03-19 | 1 | -0/+28 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Fix KASSERT inversion that was introduced in 1.150, resulting in instant | Giorgos Keramidas | 2005-01-05 | 1 | -1/+1 |
| * | Remove comment that doesn't seem to be true and add comments describing | Julian Elischer | 2005-01-03 | 1 | -17/+16 |
| * | A much simpler way to work out if the required transfer can be done in 2 | Julian Elischer | 2005-01-03 | 1 | -3/+2 |
| * | Slightly reorganise part of the ohci_softintr() function | Julian Elischer | 2004-12-14 | 1 | -15/+26 |
| * | Fix just the worst of the timeout race conditions that the previous | Ian Dowse | 2004-11-16 | 1 | -1/+6 |
| * | Back out my recent changes for timeout races, as there have been | Ian Dowse | 2004-11-12 | 1 | -39/+14 |
| * | Attempt to fix a number of race conditions in the handling of | Ian Dowse | 2004-11-09 | 1 | -14/+39 |
| * | Make the USB subsystem unloadable and detachable, though currently | Ian Dowse | 2004-08-02 | 1 | -3/+13 |
| * | MFNetBSD. | Lukas Ertl | 2004-06-26 | 1 | -2/+5 |
| * | MFNetBSD Version 1.146 | Julian Elischer | 2004-03-26 | 1 | -5/+11 |
| * | Fixed incomplete initialization in some ohci controllers with | Takeshi Shibagaki | 2003-12-22 | 1 | -33/+46 |
| * | Enable support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWN | Takeshi Shibagaki | 2003-12-22 | 1 | -12/+2 |
| * | Write the correct value to `td_be' for the second and further | Ian Dowse | 2003-11-25 | 1 | -1/+1 |
| * | Remove a gremlin so that this code compiles under -stable without | Josef Karthauser | 2003-11-12 | 1 | -1/+1 |
| * | MFNetBSD: | Josef Karthauser | 2003-11-10 | 1 | -3/+1 |
| * | MFNetBSD: | Josef Karthauser | 2003-11-10 | 1 | -1/+2 |
| * | MFNetBSD: | Josef Karthauser | 2003-11-10 | 1 | -8/+11 |
| * | Revise the NetBSD revision control strings. | Josef Karthauser | 2003-11-09 | 1 | -13/+1 |
| * | MFNetBSD: | Josef Karthauser | 2003-11-09 | 1 | -2/+2 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
| * | fix support for umass and related devices on ohci. This is a partial | John-Mark Gurney | 2003-07-15 | 1 | -78/+144 |
| * | make usb bus_dma aware. | John-Mark Gurney | 2003-07-15 | 1 | -49/+42 |
| * | minor white space fix up | John-Mark Gurney | 2003-07-15 | 1 | -2/+4 |
| * | Backout the last commit! | Josef Karthauser | 2003-07-14 | 1 | -1/+2 |
| * | MFNetBSD: revision 1.136 | Josef Karthauser | 2003-07-14 | 1 | -1/+2 |
| * | MFNetBSD: revision 1.135 | Josef Karthauser | 2003-07-14 | 1 | -4/+5 |
| * | MFNetBSD: revision 1.134 | Josef Karthauser | 2003-07-14 | 1 | -27/+49 |
| * | MFNetBSD: revision 1.133 | Josef Karthauser | 2003-07-14 | 1 | -0/+5 |
| * | MFNetBSD: revision 1.132 | Josef Karthauser | 2003-07-14 | 1 | -1/+4 |
| * | MFNetBSD: revision 1.129 | Josef Karthauser | 2003-07-14 | 1 | -0/+7 |
| * | MFNetBSD: | Josef Karthauser | 2003-07-14 | 1 | -4/+5 |
| * | MFNetBSD: | Josef Karthauser | 2003-07-14 | 1 | -1/+2 |
| * | remove \n at end of panic strings. They are added by the call to panic. | John-Mark Gurney | 2003-07-04 | 1 | -8/+8 |
| * | Fixed an issue which transfer no packets in combination with aue driver. | Takeshi Shibagaki | 2003-03-05 | 1 | -2/+5 |