Disable MSI for the Intel E7501 chipset.

Reported by:	jdp
This commit is contained in:
John Baldwin 2006-12-14 19:59:29 +00:00
parent e31182d9ca
commit cc4f30e1a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165229

View File

@ -177,6 +177,12 @@ struct pci_quirk pci_quirks[] = {
/* As does the Serverworks OSB4 (the SMBus mapping register) */
{ 0x02001166, PCI_QUIRK_MAP_REG, 0x90, 0 },
/*
* MSI doesn't work with the Intel E7501 chipset, at least on
* the Tyan 2721 motherboard.
*/
{ 0x254c8086, PCI_QUIRK_DISABLE_MSI, 0, 0 },
{ 0 }
};