summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ohci.c
AgeCommit message (Expand)Author
2006-05-12make [OU]READ[124]() real inline functions instead of macros.mrg
2006-04-15Revert previous panic change, I'll fix it differently.christos
2006-04-14Coverity CID 1115: It is quite pointless to have a DIAGNOSTIC panic thatchristos
2006-04-14Coverity CID 1132: avoid NULL derefs.christos
2006-03-30If dying, return after doing the software part [as noted in the commentchristos
2005-12-19Make OHCI work on Au1500 systems running in big-endian mode.tron
2005-11-14Make it possible to decide endianess dynamically. From port-evbmips/31912augustss
2005-07-18Make sure we don't enable host controller interrupts until allaugustss
2005-05-31cast-qual falloutdrochner
2005-05-28Fix interrupt out transfers.skrll
2005-05-08Only look at USBD_FORCE_SHORT_XFER for writes.augustss
2005-05-01In eohci_waitintr, xfer->timeout is in ms, not hz.augustss
2005-05-01Fix some spelling errors.augustss
2005-05-01Preserve any configuration data that may have been set by SMM/BIOS overaugustss
2005-05-01If the SMM driver had enabled ownership change interrupts, re-enable themaugustss
2005-04-30Fix a race condition in xfer abort. Derived from a FreeBSD patch.augustss
2005-04-17Correct status value check for OHCI isoc transfer;toshii
2005-03-11Restructure interrupt handling a little:mycroft
2005-03-02Copyright maintenance.mycroft
2005-02-27nuke trailing whitespaceperry
2004-12-22Make sure to ack the interrupt even if we are ignoring it. Otherwise, we willjoff
2004-12-21Implement an USB memory reserve. Allocate some memory per host controllerfvdl
2004-10-26Allow strings descriptor 0 to be fetched. It's the default language index.augustss
2004-07-17Avoid touching the xfer after calling usb_transfer_complete(), as themycroft
2004-07-06Fix an error in a printf() format.mycroft
2004-06-29Make one message dependent on ohcidebug, so it doesn't interfere with polledmycroft
2004-06-22Adjust a couple of comments to make it clear WTF is going on.mycroft
2004-06-22Failure to properly mask off UE_DIR_IN from the endpoint address was causingmycroft
2003-12-29Use the correct wValue to get hub desriptors.toshii
2003-11-23Try harder to avoid 0 ports woth AMD756. From OpenBSD.augustss
2003-11-23Fix swapped lines in cleanup in ohci_init(). From OpenBSD.augustss
2003-10-18Remove assigned-to but otherwise unused variables.simonb
2003-10-11Fix a done list handling bug which exhibits under high shared interrupttoshii
2003-09-10Update actlen even in the case where a TD returns an error -- this is criticalmycroft
2003-05-13Function names printed in debug messages did not always match thegson
2003-02-22Use mstohz() in <sys/param.h> rather than homegrown MS_TO_TICKS().tsutsui
2003-02-08change URL pointers of USB[1,2] specificationichiro
2003-01-20Grrr. So much for my ability to use grep(1) effectively. Pointed outsimonb
2003-01-20The Double-Semi-Colon Police.simonb
2002-12-10Add a couple of le32toh which were missing in the previous.toshii
2002-12-07Update xfer->frlengths for input isoc transfer. Based on patches fromtoshii
2002-12-07Fix several nits. Mostly from SOMEYA Yoshihiko.toshii
2002-12-07Remove junk at the end of a DPRINTF. From SOMEYA Yoshihiko.toshii
2002-09-30Put some ifdefs around USB_USE_SOFTINTR stuff. From FreeBSD.augustss
2002-09-29Remove extra call to ohci_rem_ed(). From kern/18448, Takeshi Nakayama.augustss
2002-09-29Add some spl calls to protect critical regions. From kern/18440,augustss
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-08-07Fix some braindead calls to free memory (only encountered under low memoryaugustss
2002-06-01SIMPLEQ rototill:lukem
2002-05-28Change DMAADDR macro slightly.augustss