virtio_pci: Always allow MSI/MSI-X
authorsf <sf@openbsd.org>
Tue, 19 Jul 2016 02:51:09 +0000 (02:51 +0000)
committersf <sf@openbsd.org>
Tue, 19 Jul 2016 02:51:09 +0000 (02:51 +0000)
commit89b0cfa94b369571053fe894190fd83a8000d979
tree6b19f7f568a4bbeeffb20c23f8bae15ddffda0b1
parentb86068a3fefd9690ecb9b3026169571ecd34fb7c
virtio_pci: Always allow MSI/MSI-X

For virtio devices, ignore the black/white-listing depending on the PCI
bridge.  This enables MSI-X with qemu's old "82441FX" pci-bridge.

Suggested by kettenis@
sys/dev/pci/virtio_pci.c