CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/08/05 03:48:44
Modified files:
sys/dev/pci : virtio_pci.c
Log message:
virtio_pci: Don't try msix interrupts if not supported
Make sure we only try to establish msix interrupts if they are
supported. Otherwise we get 'pci_intr_map_msix failed' error messages
for devices with no virtqueues, like vmmci(4)
"looks ok to me" dv@
