CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/22 18:29:15
Modified files:
sys/dev/pci : if_bnxt.c if_ix.c if_ixl.c if_mcx.c if_vmx.c
pci.c pcivar.h
Log message:
pci_intr_msix_count() is the function that drivers using multiple MSI-X
vectors use to decide whether to use MSI-X, so make it return 0 if MSI
is not enabled for the device.
fixes problems with ix(4) on older amd64 hardware and current riscv64
ok kettenis@ dlg@
