This adds support to the xhci pci attachment to use MSI-X interrupts
when available. This is needed on some hardware, for example the Cavium
ThunderX.
This depends on rS292669
Differential D4698
Add support for MSI-X to xhci_pci andrew on Dec 23 2015, 10:09 PM. Authored by Tags None Referenced Files
Details This adds support to the xhci pci attachment to use MSI-X interrupts This depends on rS292669
Diff Detail
Event TimelineComment Actions Note that technically the PBA might be in a different BAR, but if so pci_alloc_msix() will fail and this will fall through to MSI or INTx, so this should be fine. Someday I will fix the PCI bus to alloc the MSI-X BARs on-demand instead. :-/ |