CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2021/06/12 07:08:30
Modified files: sys/dev/pci : virtio_pci.c Log message: Restrict MSI override to i386 and amd64. On other architectures we can trust the flag set by the PCI host bridge driver and there are cases where it isn't set because MSIs aren't implemented (for example on riscv64). ok patrick@, sf@