diff options
| -rw-r--r-- | drivers/scsi/mvsas/mv_init.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/scsi/mvsas/mv_init.c b/drivers/scsi/mvsas/mv_init.c index 5ff978be249d..eacee48a955c 100644 --- a/drivers/scsi/mvsas/mv_init.c +++ b/drivers/scsi/mvsas/mv_init.c | |||
| @@ -728,6 +728,15 @@ static struct pci_device_id mvs_pci_table[] = { | |||
| 728 | .class_mask = 0, | 728 | .class_mask = 0, |
| 729 | .driver_data = chip_9485, | 729 | .driver_data = chip_9485, |
| 730 | }, | 730 | }, |
| 731 | { | ||
| 732 | .vendor = PCI_VENDOR_ID_MARVELL_EXT, | ||
| 733 | .device = 0x9485, | ||
| 734 | .subvendor = PCI_ANY_ID, | ||
| 735 | .subdevice = 0x9485, | ||
| 736 | .class = 0, | ||
| 737 | .class_mask = 0, | ||
| 738 | .driver_data = chip_9485, | ||
| 739 | }, | ||
| 731 | { PCI_VDEVICE(OCZ, 0x1021), chip_9485}, /* OCZ RevoDrive3 */ | 740 | { PCI_VDEVICE(OCZ, 0x1021), chip_9485}, /* OCZ RevoDrive3 */ |
| 732 | { PCI_VDEVICE(OCZ, 0x1022), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ | 741 | { PCI_VDEVICE(OCZ, 0x1022), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ |
| 733 | { PCI_VDEVICE(OCZ, 0x1040), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ | 742 | { PCI_VDEVICE(OCZ, 0x1040), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ |
