Disable MSI for the Intel 845 and 865 chipsets and update comment for

E7210 to note it is the same devid as the 875 chipset.
This commit is contained in:
John Baldwin 2007-01-16 19:44:45 +00:00
parent 6a5c532911
commit abc007f085
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166053

View file

@ -186,11 +186,13 @@ struct pci_quirk pci_quirks[] = {
/*
* MSI doesn't work on earlier Intel chipsets including
* E7500, E7501, E7505, E7210, and 855.
* E7500, E7501, E7505, 845, 865, 875/E7210, and 855.
*/
{ 0x25408086, PCI_QUIRK_DISABLE_MSI, 0, 0 },
{ 0x254c8086, PCI_QUIRK_DISABLE_MSI, 0, 0 },
{ 0x25508086, PCI_QUIRK_DISABLE_MSI, 0, 0 },
{ 0x25608086, PCI_QUIRK_DISABLE_MSI, 0, 0 },
{ 0x25708086, PCI_QUIRK_DISABLE_MSI, 0, 0 },
{ 0x25788086, PCI_QUIRK_DISABLE_MSI, 0, 0 },
{ 0x35808086, PCI_QUIRK_DISABLE_MSI, 0, 0 },