summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/xhcivar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do proper accounting of zero length TDs. Currently a specific numbermglocker2020-12-241-1/+2
* Use MSEC_TO_NSEC() to define XHCI_CMD_TIMEOUT & use it w/ tsleep_nsec(9).mpi2019-10-061-2/+2
* Serialize synchronous commands with a rwlock.mpi2018-09-051-1/+2
* Print xHCI revision in dmesg.mpi2018-05-081-1/+2
* Do not trust the content of event TRBs coming from the hardware andmpi2015-01-181-1/+4
* Since we are no longer resetting rings when a Babble or Stall conditionmpi2015-01-181-2/+2
* Stop using usb_{alloc,free}mem() for the rings and internal structures.mpi2014-12-151-15/+21
* Do not enable interrupts before attaching usb(4), fix a panic when anmpi2014-10-301-1/+2
* Get rid of the per-softc freelist of transfer descriptors and use ampi2014-04-291-3/+1
* Instead of matching root hubs with a custom address, that only worksmpi2014-03-251-2/+1
* Upon resume do a full reset of the HC, including the command and eventmpi2014-03-251-3/+2
* Dumb xhci(4) implementation.mpi2014-03-081-0/+142