summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2007-01-12 21:37:51 +0000
committerjhb <jhb@FreeBSD.org>2007-01-12 21:37:51 +0000
commit60d0ba60175da7894a79f360235eacc3bdbe633e (patch)
treebf73bc0473df746524aa14ac0cacdd191e6b5714 /sys/dev/pci
parent9d0e5620ecd24864be9634e4dfd66f05323d90f6 (diff)
downloadFreeBSD-src-60d0ba60175da7894a79f360235eacc3bdbe633e.zip
FreeBSD-src-60d0ba60175da7894a79f360235eacc3bdbe633e.tar.gz
Disable MSI for two ServerWorks chipsets. The first is based on a user
report. The second is blacklisted in Linux.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 20a78de..f209f31 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -178,6 +178,13 @@ struct pci_quirk pci_quirks[] = {
{ 0x02001166, PCI_QUIRK_MAP_REG, 0x90, 0 },
/*
+ * MSI doesn't work with the ServerWorks CNB20-HE Host Bridge
+ * or the CMIC-SL (AKA ServerWorks GC_LE).
+ */
+ { 0x00141166, PCI_QUIRK_DISABLE_MSI, 0, 0 },
+ { 0x00171166, PCI_QUIRK_DISABLE_MSI, 0, 0 },
+
+ /*
* MSI doesn't work on earlier Intel chipsets including
* E7500, E7501, E7505, E7210, and 855.
*/
OpenPOWER on IntegriCloud