diff options
| -rw-r--r-- | drivers/scsi/mvsas/mv_init.c | 10 | ||||
| -rw-r--r-- | include/linux/pci_ids.h | 2 |
2 files changed, 12 insertions, 0 deletions
diff --git a/drivers/scsi/mvsas/mv_init.c b/drivers/scsi/mvsas/mv_init.c index 621b5e072758..6f589195746c 100644 --- a/drivers/scsi/mvsas/mv_init.c +++ b/drivers/scsi/mvsas/mv_init.c | |||
| @@ -732,6 +732,16 @@ static struct pci_device_id __devinitdata mvs_pci_table[] = { | |||
| 732 | .class_mask = 0, | 732 | .class_mask = 0, |
| 733 | .driver_data = chip_9485, | 733 | .driver_data = chip_9485, |
| 734 | }, | 734 | }, |
| 735 | { PCI_VDEVICE(OCZ, 0x1021), chip_9485}, /* OCZ RevoDrive3 */ | ||
| 736 | { PCI_VDEVICE(OCZ, 0x1022), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ | ||
| 737 | { PCI_VDEVICE(OCZ, 0x1040), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ | ||
| 738 | { PCI_VDEVICE(OCZ, 0x1041), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ | ||
| 739 | { PCI_VDEVICE(OCZ, 0x1042), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ | ||
| 740 | { PCI_VDEVICE(OCZ, 0x1043), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ | ||
| 741 | { PCI_VDEVICE(OCZ, 0x1044), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ | ||
| 742 | { PCI_VDEVICE(OCZ, 0x1080), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ | ||
| 743 | { PCI_VDEVICE(OCZ, 0x1083), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ | ||
| 744 | { PCI_VDEVICE(OCZ, 0x1084), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ | ||
| 735 | 745 | ||
| 736 | { } /* terminate list */ | 746 | { } /* terminate list */ |
| 737 | }; | 747 | }; |
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 1679ff6931f9..3fdf251389de 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
| @@ -2873,3 +2873,5 @@ | |||
| 2873 | 2873 | ||
| 2874 | #define PCI_VENDOR_ID_XEN 0x5853 | 2874 | #define PCI_VENDOR_ID_XEN 0x5853 |
| 2875 | #define PCI_DEVICE_ID_XEN_PLATFORM 0x0001 | 2875 | #define PCI_DEVICE_ID_XEN_PLATFORM 0x0001 |
| 2876 | |||
| 2877 | #define PCI_VENDOR_ID_OCZ 0x1b85 | ||
