summaryrefslogtreecommitdiff
path: root/sys/dev/pci/xhci_pci.c
AgeCommit message (Expand)Author
2018-05-08Print xHCI revision in dmesg.Martin Pieuchot
2016-06-01Fix the loop iterating on extended capabilities. It turns out that weMartin Pieuchot
2015-11-02Mark xhci_intr() as IPL_MPSAFE since it only schedules a soft-interrupt.Martin Pieuchot
2015-06-22Apparently some BIOSes not supporting xHCI natively switch USB portsMartin Pieuchot
2014-10-30Do not enable interrupts before attaching usb(4), fix a panic when anMartin Pieuchot
2014-07-12To enable Intel XHCI host controller, re-route all of usb port to xhciYojiro Uo
2014-04-07Add MSI support for xhci(4). Also add a quirk for some of the FrescoBrad Smith
2014-03-25Upon resume do a full reset of the HC, including the command and eventMartin Pieuchot
2014-03-08Dumb xhci(4) implementation.Martin Pieuchot