mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Blacklist a few more Intel chipsets re: MSI based on user reports:
E7500 and 855.
This commit is contained in:
parent
ca9f93ff42
commit
854923ae86
1 changed files with 4 additions and 2 deletions
|
|
@ -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 }
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue