| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a different task queue for host controller and peripheral driver | iedowse | 2006-10-19 | 1 | -1/+2 |
* | More removing compatibility macros. | imp | 2006-09-07 | 1 | -23/+23 |
* | s/Static/static/g | imp | 2006-09-06 | 1 | -112/+112 |
* | If a zero-length bulk or interrupt transfer is requested then assume | iedowse | 2006-05-28 | 1 | -8/+8 |
* | Use the limited scatter-gather capabilities of ehci, ohci and uhci | iedowse | 2006-05-28 | 1 | -45/+219 |
* | NULL out ii->stdstart and ii->stdend when they are invalid. This | iedowse | 2006-05-28 | 1 | -1/+10 |
* | Fix a harmless typo where the software pointer in the dummy QH for | iedowse | 2006-05-28 | 1 | -1/+1 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | Save and restore the data toggle value when a pipe to an endpoint | iedowse | 2006-02-26 | 1 | -1/+2 |
* | Set sc_dying to 1 when detaching. In NetBSD and OpenBSD this was | iedowse | 2006-01-15 | 1 | -0/+2 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -1/+0 |
* | It was possible to have two threads concurrently aborting the same | iedowse | 2005-03-19 | 1 | -1/+28 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Fix just the worst of the timeout race conditions that the previous | iedowse | 2004-11-16 | 1 | -1/+2 |
* | Back out my recent changes for timeout races, as there have been | iedowse | 2004-11-12 | 1 | -40/+16 |
* | Attempt to fix a number of race conditions in the handling of | iedowse | 2004-11-09 | 1 | -16/+40 |
* | Handle all types of interrupts when operating the uhci(4) controller in | jhb | 2004-10-28 | 1 | -2/+2 |
* | The macro for the function specifier inline is spelled '__inline'. | stefanf | 2004-10-03 | 1 | -3/+3 |
* | Reinstate a usb_transfer_complete() call that got lost in the | iedowse | 2004-08-02 | 1 | -0/+1 |
* | Make the USB subsystem unloadable and detachable, though currently | iedowse | 2004-08-02 | 1 | -3/+14 |
* | Diff reduction to NetBSD. | le | 2004-07-19 | 1 | -2/+1 |
* | Diff reduction to NetBSD. | le | 2004-05-23 | 1 | -3/+5 |
* | Fix a suspend/resume issue. My Compaq N400c works fine. | shiba | 2004-01-12 | 1 | -0/+3 |
* | MFNetBSD: | joe | 2003-11-10 | 1 | -0/+10 |
* | MFNetBSD: | joe | 2003-11-09 | 1 | -1/+2 |
* | Revise the NetBSD revision control strings. | joe | 2003-11-09 | 1 | -10/+1 |
* | MFNetBSD: | joe | 2003-11-09 | 1 | -3/+3 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -1/+3 |
* | make usb bus_dma aware. | jmg | 2003-07-15 | 1 | -3/+2 |
* | MFNetBSD: | joe | 2003-07-14 | 1 | -10/+11 |
* | MFNetBSD: revision 1.172 | joe | 2003-07-14 | 1 | -1/+1 |
* | MFNetBSD: revision 1.170 | joe | 2003-07-14 | 1 | -1/+5 |
* | MFNetBSD: rev 1.169 | joe | 2003-07-14 | 1 | -6/+21 |
* | Make a note of which patches we already have incorporated from NetBSD. | joe | 2003-07-14 | 1 | -1/+6 |
* | MFNetBSD: | joe | 2003-07-14 | 1 | -2/+6 |
* | MFNetBSD: rev 1.166 | joe | 2003-07-14 | 1 | -13/+99 |
* | MFNetBSD: 1.165 | joe | 2003-07-14 | 1 | -3/+8 |
* | remove \n at end of panic strings. They are added by the call to panic. | jmg | 2003-07-04 | 1 | -7/+7 |
* | WARNING: white space diff | jmg | 2003-07-04 | 1 | -4/+4 |
* | Make uhci_waitintr() robust to interrupts being enabled, even though | iedowse | 2003-03-11 | 1 | -4/+3 |
* | Implement outgoing interrupt pipes. It is part of the USB 1.1 spec. | jhay | 2003-02-28 | 1 | -3/+13 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | When resuming after a system suspend, re-issue the UHCI_CMD_MAXP | iedowse | 2002-12-26 | 1 | -0/+1 |
* | In rev 1.51 of usb_port.h I switched over to using the USB_USE_SOFTINTR | joe | 2002-09-30 | 1 | -0/+6 |
* | Use the hw.usb sysctl tree instead of debug.usb. | joe | 2002-08-08 | 1 | -1/+4 |
* | Replace the FOO_DEBUG definitions with USB_DEBUG, and switch the | joe | 2002-07-31 | 1 | -26/+26 |
* | Get bored with hard coded debug level variables and introduce a debug.usb | joe | 2002-07-31 | 1 | -0/+3 |
* | Remove some strange code that allocates memory and then immediately | iedowse | 2002-07-30 | 1 | -26/+2 |