mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
Disable MSI for the Intel E7501 chipset.
Reported by: jdp
This commit is contained in:
parent
e31182d9ca
commit
cc4f30e1a5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165229
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user