Remove the MSI blacklist. Now that we use MSI-X interrupts for nvme(4),
authorjmatthew <jmatthew@openbsd.org>
Wed, 18 Sep 2024 00:03:19 +0000 (00:03 +0000)
committerjmatthew <jmatthew@openbsd.org>
Wed, 18 Sep 2024 00:03:19 +0000 (00:03 +0000)
commit8e763cd1a73960baeb2618a7425751b41a4c8704
treeac20e612022da93d741700991e5d985b85c183c9
parent1aeced5a92320e9abe8f261baae960e3d91bc0f5
Remove the MSI blacklist.  Now that we use MSI-X interrupts for nvme(4),
the one device we ever found that needed this treatment, the obsolete Intel
Optane Memory series, doesn't need it any more.

ok kettenis@ dlg@
sys/dev/pci/nvme_pci.c