diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2007-01-12 21:37:51 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2007-01-12 21:37:51 +0000 |
| commit | 77312b5673395b447283a9387c45d59da91df55c (patch) | |
| tree | bf73bc0473df746524aa14ac0cacdd191e6b5714 /sys/dev | |
| parent | 854923ae8648ddfb7c9a4f11cab07cec378fa8ea (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pci.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 20a78def7c4d..f209f31d6153 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. */ |
