summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2013-02-28 01:00:32 +0000
committerneel <neel@FreeBSD.org>2013-02-28 01:00:32 +0000
commit552b404fb268fbef96316a878c5e8b00892d1dfd (patch)
treef4b34616d673651f0530afcb8923f0f6a3ab0d48 /sys/dev/pci
parent98a0da7498845f515692f5d3913c7369c4740cfe (diff)
downloadFreeBSD-src-552b404fb268fbef96316a878c5e8b00892d1dfd.zip
FreeBSD-src-552b404fb268fbef96316a878c5e8b00892d1dfd.tar.gz
Remove the quirk to allow use of MSI when the guest is running inside bhyve.
This became redundant after the hostbridge presented to the guest started advertising the PCI-E capability (r246846). Obtained from: NetApp
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 7632e73..649a494 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -244,7 +244,6 @@ 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