summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ehci.c
AgeCommit message (Expand)Author
2004-01-09in ehci_softintr() when looping over the active xfers, save the next pointerchs
2004-01-07add list of known issues, from Lennart Augustsson and Michael van Elstjdolecek
2003-12-29Use the correct wValue to get hub desriptors.toshii
2003-10-18Remove assigned-to but otherwise unused variables.simonb
2003-10-13KNF the previous commit.enami
2003-10-12Fix problems with ehci on controllers that support 64-bit addressing. Frommycroft
2003-05-10Try to make message about missing companion controllers clearer.augustss
2003-03-09Change debug message.augustss
2003-02-22Use mstohz() in <sys/param.h> rather than homegrown MS_TO_TICKS().tsutsui
2003-02-16Don't take xfers off the interrupt list if they are not on it yet.augustss
2003-02-08change URL pointers of USB[1,2] specificationichiro
2003-02-04Fix a botched loop copied from the ohci driver (already fixed in ohci.c).augustss
2003-01-31Use aprint_*().thorpej
2002-11-19Add a comment describing why ehci_dump() has been added back despitemartin
2002-11-11Ooops, put back ehci_dump() which I accidently removed in the last commit.martin
2002-11-09Move ehci_dump_exfer into #ifdef DIAGNOSTIC, it's not called w/o.martin
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-08-14Set segment register if the device is 64 bit capable.augustss
2002-08-13The revision of new document is 1.0.enami
2002-08-13Increase the timeout waiting for reset to finish.augustss
2002-07-11Get rid of trailing white space.augustss
2002-06-01SIMPLEQ rototill:lukem
2002-05-28Change DMAADDR macro slightly.augustss
2002-05-19Update dma memory access API a little.augustss
2001-12-31Change abort slightly.augustss
2001-12-28More DIAGNOSTIC.augustss
2001-12-01Fix null pointer dereference when EHCI_DEBUG is defined (andenami
2001-11-23Improve xfer abort sequence.augustss
2001-11-22Fix a bug in qTD chain allocation.augustss
2001-11-21Make it compile without debug.augustss
2001-11-21Follow a safer protocol when updating the QH.augustss
2001-11-21Implement (incorrect?) data toggle clear method.augustss
2001-11-21Mask correct interrupt after error interrupt.augustss
2001-11-21Mask the correct interrupt after a door bell interrupt.augustss
2001-11-21Implement bulk transfers.augustss
2001-11-21Add some interrupt processing.augustss
2001-11-21Pay more attention to if the HC is being unplugged.augustss
2001-11-21Add missing }augustss
2001-11-21Set up control xfers.augustss
2001-11-20Support port indicator light.augustss
2001-11-20Use longer reset for root hubs (as told in the spec).augustss
2001-11-20Don't wait for door bell interrupt when controller has been disconnected.augustss
2001-11-20Use device speed in setup.augustss
2001-11-19Start of pipe open routine.augustss
2001-11-18Add more fields to hardware structs.augustss
2001-11-16Implement port reset sequence correctly.augustss
2001-11-16Add some more data structure defs.augustss
2001-11-16Recognize port status changes.augustss
2001-11-15Add root hub emulation.augustss
2001-11-13add RCSIDslukem