summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/xhcireg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not trust the content of event TRBs coming from the hardware andmpi2015-01-181-4/+1
* Complete synchronous abort method modeled after the existing ones.mpi2015-01-181-2/+2
* When chaining TRBs, calculate the TD Size as described in sectionmpi2015-01-021-1/+2
* Use a bitmask when dumping TRB flags. No change in !XHCI_DEBUG.mpi2014-12-211-1/+4
* Stop using usb_{alloc,free}mem() for the rings and internal structures.mpi2014-12-151-2/+15
* When resetting an endpoint do not purge the ring. Instead set thempi2014-12-081-2/+1
* Support USB 1.x devices below external hubs.mpi2014-11-101-5/+3
* Do not mark the pipe as halted when the HC reports a (split) transactionmpi2014-10-051-2/+2
* Improve the logic to determine the maximum endpoint service interfacempi2014-08-081-15/+8
* To enable Intel XHCI host controller, re-route all of usb port to xhciyuo2014-07-121-2/+5
* Dumb xhci(4) implementation.mpi2014-03-081-0/+439