CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/18 15:22:00
Modified files:
sys/dev/pci : xhci_pci.c
Log message:
Map MSI-X in addition to MSI and INTx on xhci(4). On Qemu apparently
the xHCI controller does not support MSIs, but does support MSI-X. With
this diff running on Qemu/arm64 we switch over from shared INTx to device-
specific MSI-X interrupts.
Tested by and ok phessler@
ok dlg@
