Disable MSI on the Intel E7505 chipset. It is reported broken on a Tyan

S2665ANF motherboard.

Reported by:	"Eugene M. Kim" <blue at white lv>
This commit is contained in:
John Baldwin 2006-12-28 06:14:42 +00:00
parent 9d8f7dccb3
commit 9d1f363daf

View File

@ -183,6 +183,12 @@ struct pci_quirk pci_quirks[] = {
*/ */
{ 0x254c8086, PCI_QUIRK_DISABLE_MSI, 0, 0 }, { 0x254c8086, PCI_QUIRK_DISABLE_MSI, 0, 0 },
/*
* MSI doesn't work with the Intel E7505 chipset, at least on
* the Tyan S2665ANF motherboard.
*/
{ 0x25508086, PCI_QUIRK_DISABLE_MSI, 0, 0 },
{ 0 } { 0 }
}; };