diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/mvsas/mv_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/mvsas/mv_init.c b/drivers/scsi/mvsas/mv_init.c index c790d45876c4..cae6b2cf492f 100644 --- a/drivers/scsi/mvsas/mv_init.c +++ b/drivers/scsi/mvsas/mv_init.c | |||
@@ -657,6 +657,7 @@ static struct pci_device_id __devinitdata mvs_pci_table[] = { | |||
657 | { PCI_VDEVICE(MARVELL, 0x9180), chip_9180 }, | 657 | { PCI_VDEVICE(MARVELL, 0x9180), chip_9180 }, |
658 | { PCI_VDEVICE(ARECA, PCI_DEVICE_ID_ARECA_1300), chip_1300 }, | 658 | { PCI_VDEVICE(ARECA, PCI_DEVICE_ID_ARECA_1300), chip_1300 }, |
659 | { PCI_VDEVICE(ARECA, PCI_DEVICE_ID_ARECA_1320), chip_1320 }, | 659 | { PCI_VDEVICE(ARECA, PCI_DEVICE_ID_ARECA_1320), chip_1320 }, |
660 | { PCI_VDEVICE(ADAPTEC2, 0x0450), chip_6440 }, | ||
660 | 661 | ||
661 | { } /* terminate list */ | 662 | { } /* terminate list */ |
662 | }; | 663 | }; |