mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
Remove VMware MSI-X from the PCI blacklist.
First reported against ESXi 5.0, PCI passthrough was not working due to MSI-X issues. However, this issue was fixed via patch releases against ESXi 5.5 and 6.0 in 2016. Given ESXi 5.5 and earlier have been EOL, this patch removes the VMware MSI-X blacklist entries in the quirk table. PR: 203874 Reviewed by: imp, jhb MFC after: 1 month Sponsored by: VMware Differential Revision: https://reviews.freebsd.org/D22819
This commit is contained in:
parent
bdb214a4a4
commit
484651cd1b
1 changed files with 0 additions and 7 deletions
|
|
@ -274,13 +274,6 @@ static const struct pci_quirk pci_quirks[] = {
|
|||
*/
|
||||
{ 0x74501022, PCI_QUIRK_DISABLE_MSI, 0, 0 },
|
||||
|
||||
/*
|
||||
* MSI-X allocation doesn't work properly for devices passed through
|
||||
* by VMware up to at least ESXi 5.1.
|
||||
*/
|
||||
{ 0x079015ad, PCI_QUIRK_DISABLE_MSIX, 0, 0 }, /* PCI/PCI-X */
|
||||
{ 0x07a015ad, PCI_QUIRK_DISABLE_MSIX, 0, 0 }, /* PCIe */
|
||||
|
||||
/*
|
||||
* Some virtualization environments emulate an older chipset
|
||||
* but support MSI just fine. QEMU uses the Intel 82440.
|
||||
|
|
|
|||
Loading…
Reference in a new issue