Blacklist a few more Intel chipsets re: MSI based on user reports:

E7500 and 855.
This commit is contained in:
John Baldwin 2007-01-12 21:30:25 +00:00
parent ca9f93ff42
commit 854923ae86

View file

@ -178,12 +178,14 @@ struct pci_quirk pci_quirks[] = {
{ 0x02001166, PCI_QUIRK_MAP_REG, 0x90, 0 },
/*
* MSI doesn't work on earlier Intel chipsets including the
* E7501, E7505, and the E7210.
* MSI doesn't work on earlier Intel chipsets including
* E7500, E7501, E7505, E7210, and 855.
*/
{ 0x25408086, PCI_QUIRK_DISABLE_MSI, 0, 0 },
{ 0x254c8086, PCI_QUIRK_DISABLE_MSI, 0, 0 },
{ 0x25508086, PCI_QUIRK_DISABLE_MSI, 0, 0 },
{ 0x25788086, PCI_QUIRK_DISABLE_MSI, 0, 0 },
{ 0x35808086, PCI_QUIRK_DISABLE_MSI, 0, 0 },
{ 0 }
};