Restrict MSI override to i386 and amd64. On other architectures we can
authorkettenis <kettenis@openbsd.org>
Sat, 12 Jun 2021 13:08:30 +0000 (13:08 +0000)
committerkettenis <kettenis@openbsd.org>
Sat, 12 Jun 2021 13:08:30 +0000 (13:08 +0000)
commit2b30551bf23496b3bd7d4f8f692a0b3a764bad66
tree36c1e3971e1cbe32dc623b885d7e51b188427cd4
parent528064e7cf8fcea5a696d9da7b05df32156ccb2f
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@
sys/dev/pci/virtio_pci.c