Add quirk to indicate that the bhyve hostbridge is capable of supporting
MSI and MSI-X even though it does not advertise the PCI-E capability itself. Obtained from: NetApp
This commit is contained in:
parent
ebc4238eea
commit
a61359a9a6
@ -244,6 +244,7 @@ static const struct pci_quirk pci_quirks[] = {
|
||||
* but support MSI just fine. QEMU uses the Intel 82440.
|
||||
*/
|
||||
{ 0x12378086, PCI_QUIRK_ENABLE_MSI_VM, 0, 0 },
|
||||
{ 0x12751275, PCI_QUIRK_ENABLE_MSI_VM, 0, 0 }, /* bhyve */
|
||||
|
||||
/*
|
||||
* HPET MMIO base address may appear in Bar1 for AMD SB600 SMBus
|
||||
|
Loading…
Reference in New Issue
Block a user