diff options
Diffstat (limited to 'drivers/message/fusion/mptfc.c')
-rw-r--r-- | drivers/message/fusion/mptfc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/message/fusion/mptfc.c b/drivers/message/fusion/mptfc.c index 11845faeede5..d8d65397e06e 100644 --- a/drivers/message/fusion/mptfc.c +++ b/drivers/message/fusion/mptfc.c | |||
@@ -134,6 +134,10 @@ static struct pci_device_id mptfc_pci_table[] = { | |||
134 | PCI_ANY_ID, PCI_ANY_ID }, | 134 | PCI_ANY_ID, PCI_ANY_ID }, |
135 | { PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_FC929X, | 135 | { PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_FC929X, |
136 | PCI_ANY_ID, PCI_ANY_ID }, | 136 | PCI_ANY_ID, PCI_ANY_ID }, |
137 | { PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_FC939X, | ||
138 | PCI_ANY_ID, PCI_ANY_ID }, | ||
139 | { PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_FC949X, | ||
140 | PCI_ANY_ID, PCI_ANY_ID }, | ||
137 | {0} /* Terminating entry */ | 141 | {0} /* Terminating entry */ |
138 | }; | 142 | }; |
139 | MODULE_DEVICE_TABLE(pci, mptfc_pci_table); | 143 | MODULE_DEVICE_TABLE(pci, mptfc_pci_table); |