summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2007-01-12 21:30:25 +0000
committerjhb <jhb@FreeBSD.org>2007-01-12 21:30:25 +0000
commit9d0e5620ecd24864be9634e4dfd66f05323d90f6 (patch)
tree9a891befe7e365b699dce25c140ab59685a33dc6 /sys/dev/pci
parent3f89da14403203e909a8cc15129f552d6d3ef3dc (diff)
downloadFreeBSD-src-9d0e5620ecd24864be9634e4dfd66f05323d90f6.zip
FreeBSD-src-9d0e5620ecd24864be9634e4dfd66f05323d90f6.tar.gz
Blacklist a few more Intel chipsets re: MSI based on user reports:
E7500 and 855.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index cb7a2e1..20a78de 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 }
};
OpenPOWER on IntegriCloud