summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/xhci_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When parsing extended capabilities, bail out if a register read returnsjmatthew2018-11-181-1/+6
* Print xHCI revision in dmesg.mpi2018-05-081-2/+2
* Fix the loop iterating on extended capabilities. It turns out that wempi2016-06-011-3/+4
* Mark xhci_intr() as IPL_MPSAFE since it only schedules a soft-interrupt.mpi2015-11-021-2/+2
* Apparently some BIOSes not supporting xHCI natively switch USB portsmpi2015-06-221-15/+28
* Do not enable interrupts before attaching usb(4), fix a panic when anmpi2014-10-301-2/+5
* To enable Intel XHCI host controller, re-route all of usb port to xhciyuo2014-07-121-1/+47
* Add MSI support for xhci(4). Also add a quirk for some of the Frescobrad2014-04-071-2/+12
* Upon resume do a full reset of the HC, including the command and eventmpi2014-03-251-3/+3
* Dumb xhci(4) implementation.mpi2014-03-081-0/+211