CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2025/04/01 02:43:33
Modified files: sys/arch/amd64/pci: acpipci.c Log message: Use acpipci(4) on hypervisors If the hypervisor cpuid bit is set, use acpipci to attach PCI busses. As virtualization is not that old, we can assume that in VMs we don't need the quirk for old, broken ACPI. This solves problems with PCI BAR access and recent seabios versions on qemu. Agreement from @kettenis