summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhci.c
AgeCommit message (Expand)Author
2003-12-29Use the correct wValue to get hub desriptors.toshii
2003-11-04Ignore a CRCTO error on a SETUP transaction in combination with STALLED or NAK.mycroft
2003-09-12Tweak a debugging printf().mycroft
2003-07-03avoid a gcc3 warning about a never-true comparision in thedrochner
2003-05-13Function names printed in debug messages did not always match thegson
2003-02-23Remove unreachable break after return.simonb
2003-02-22Use mstohz() in <sys/param.h> rather than homegrown MS_TO_TICKS().tsutsui
2003-02-19Bail out early in isoc_done if the ii is not on the interrupt list.augustss
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-01-01Reissue the MAXP command on resume. From FreeBSD.augustss
2002-12-31Be somewhat more persuasive about enabling the port on a port reset.dsainty
2002-12-31CONSTCOND away some lint warningsdsainty
2002-09-29Add #ifdef USB_USE_SOFTINTR for some softintr code. From FreeBSD.augustss
2002-09-27remove trailing \n in panic(). approved perry.provos
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
2002-03-17Whitespace fixes.augustss
2002-03-16Fix a couple of typo:tsutsui
2002-03-04Use the correct pointer for the timeout abort.augustss
2002-02-27Move the interrupt bailout when a cancelled ii is found.augustss
2002-02-27Remove spurious splusb().augustss
2002-02-11Switch to the same abort mechanism as in [eo]hci; it should be moreaugustss
2002-02-03Some white space fixes from FreeBSD.augustss
2002-01-27Use M_WAITOK instead of M_NOWAIT when allocating extra descriptors.augustss
2002-01-14Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2001-11-21Use NULL not 0.augustss
2001-11-21Fix typo in comment.augustss
2001-11-21Cast some args to bitmask_snprintf().augustss
2001-11-20Don't bother with interrupts when being disconnected.augustss
2001-11-20Use longer reset for root hubs (as told in the spec).augustss
2001-11-20Keep track of device speed for USB 2.0.augustss
2001-11-13add RCSIDslukem
2001-10-25Change reset sequence to get status change bits set right on startup.augustss
2001-10-24Some more paranoia tests when entering the interrupt routine.augustss
2001-10-24More debug.augustss
2001-10-24More null pointer checks in dump routine.augustss
2001-10-02move DIAGNOSTIC-printf up one block to make it reachablepooka
2001-08-06Don't write back status bits that are cleared when written.augustss
2001-07-11Rearrange register dump when the controller is dying. Fixes PR 13430.augustss
2001-04-01Avoid a potential null pointer dereference. From OpenBSD.augustss
2001-03-25Try to make resume work on more machines.augustss
2001-01-21Add code to use soft interrupt to handle USB interrupt processing.augustss
2001-01-20Change some splusb() to splhardusb().augustss
2000-12-29Update many URLs.augustss
2000-12-18Add missed le32toh() in uhci_device_isoc_abort().tsutsui
2000-12-16Don't repeat 'host controller halted' message. From OpenBSD.augustss
2000-11-26Add new powerhook argument values, PWR_SOFTSUSPEND, PWR_SOFTSTANDBY andtakemura