diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2006-12-28 06:14:42 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2006-12-28 06:14:42 +0000 |
| commit | 9d1f363daf5bc74c3d9d5586c8658a7da94d8b91 (patch) | |
| tree | 239a434c410b89d7bbb3a31539fabb47dc3f5016 /sys | |
| parent | 9d8f7dccb34f6e1c92d0359e0cc835ac5dae6b7c (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/pci/pci.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index bf6c80476e8f..3ae0fa65c658 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 } }; |
