svn commit: r247438 - head/sys/dev/pci

Neel Natu neel at FreeBSD.org
Thu Feb 28 01:00:33 UTC 2013


Author: neel
Date: Thu Feb 28 01:00:32 2013
New Revision: 247438
URL: http://svnweb.freebsd.org/changeset/base/247438

Log:
  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

Modified:
  head/sys/dev/pci/pci.c

Modified: head/sys/dev/pci/pci.c
==============================================================================
--- head/sys/dev/pci/pci.c	Thu Feb 28 00:52:44 2013	(r247437)
+++ head/sys/dev/pci/pci.c	Thu Feb 28 01:00:32 2013	(r247438)
@@ -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


More information about the svn-src-all mailing list