From a61359a9a687eb0b815b93798f4fc151b7efae59 Mon Sep 17 00:00:00 2001 From: Neel Natu Date: Sat, 5 Jan 2013 18:48:23 +0000 Subject: [PATCH] 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 --- sys/dev/pci/pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 649a494bf4d1..7632e7364c84 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -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