summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2013-01-05 18:48:23 +0000
committerneel <neel@FreeBSD.org>2013-01-05 18:48:23 +0000
commitf1502a8d771c43c9567dba11b7d1d9256c5dd36d (patch)
tree45ae9c029a85c8cf11ebf86edcca9ddd3dcc9f4a /sys/dev/pci
parent2b2fcab759c50c976bdb8f009470ce7d0f3bf622 (diff)
downloadFreeBSD-src-f1502a8d771c43c9567dba11b7d1d9256c5dd36d.zip
FreeBSD-src-f1502a8d771c43c9567dba11b7d1d9256c5dd36d.tar.gz
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
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 649a494..7632e73 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
OpenPOWER on IntegriCloud