summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-12-28 06:14:42 +0000
committerjhb <jhb@FreeBSD.org>2006-12-28 06:14:42 +0000
commit9983d83070f8e44c29aaf04955cc10bc3659af17 (patch)
tree239a434c410b89d7bbb3a31539fabb47dc3f5016 /sys/dev/pci
parent64644d520d281380279f3c59457f0d694a702540 (diff)
downloadFreeBSD-src-9983d83070f8e44c29aaf04955cc10bc3659af17.zip
FreeBSD-src-9983d83070f8e44c29aaf04955cc10bc3659af17.tar.gz
Disable MSI on the Intel E7505 chipset. It is reported broken on a Tyan
S2665ANF motherboard. Reported by: "Eugene M. Kim" <blue at white lv>
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index bf6c804..3ae0fa6 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -183,6 +183,12 @@ struct pci_quirk pci_quirks[] = {
*/
{ 0x254c8086, PCI_QUIRK_DISABLE_MSI, 0, 0 },
+ /*
+ * MSI doesn't work with the Intel E7505 chipset, at least on
+ * the Tyan S2665ANF motherboard.
+ */
+ { 0x25508086, PCI_QUIRK_DISABLE_MSI, 0, 0 },
+
{ 0 }
};
OpenPOWER on IntegriCloud