diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index cb7a2e1ef7b..20a78def7c4 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -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 } };