aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ehcivar.h
Commit message (Expand)AuthorAgeFilesLines
* More removing compatibility macros.Warner Losh2006-09-071-1/+1
* s/Static/static/gWarner Losh2006-09-061-2/+2
* Attempt to follow the procedure described in section 4.10 of theIan Dowse2006-05-241-0/+1
* ehci_pci.c:Ariff Abdullah2006-01-161-1/+1
* Work around a problem seen on VIA EHCI controllers where occasionallyIan Dowse2006-01-151-0/+2
* This part of the struct isn't needed on FreeBSD:Alexander Leidinger2005-09-241-0/+2
* ehcivar.h:Alexander Leidinger2005-09-181-2/+7
* It was possible to have two threads concurrently aborting the sameIan Dowse2005-03-191-0/+4
* MFp4:Warner Losh2005-01-111-1/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Rewrite ehci_abort_xfer() to use the method hinted at in the EHCI spec.Julian Elischer2004-12-291-0/+1
* Save and restore state across suspend/resume events.Ian Dowse2004-10-301-0/+1
* Make the USB subsystem unloadable and detachable, though currentlyIan Dowse2004-08-021-1/+5
* Attempt to follow the correct procedure for synchronising with theIan Dowse2004-08-021-0/+1
* Implement basic support for EHCI interrupt pipes. This is unlikelyIan Dowse2004-08-011-0/+17
* add EHCI (USB 2.0) controller support.Bernd Walter2003-04-141-0/+153