CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2024/10/10 00:00:42
Modified files: sys/arch/i386/pci: pci_machdep.c Log message: allow MSI with the QEMU default pc-i440fx machine This makes it possible to use MSI for virtual functions of Intel network devices without having to specify the q35 machine. QEMU is detected by testing for the Qumranet pci subsystem vendor id, suggested by sf@. MSI previously wasn't enabled as 82441FX is in the list of excluded devices. Initial patch from Yuichiro NAITO. ok yasuoka@ sf@