diff options
| author | Moger, Babu <Babu.Moger@netapp.com> | 2011-09-02 11:21:17 -0400 |
|---|---|---|
| committer | James Bottomley <JBottomley@Parallels.com> | 2011-09-22 07:02:57 -0400 |
| commit | 66195fc9fad98e00abf2cd1a141bbcf0994daaf7 (patch) | |
| tree | 709816b9177d334ea66af2f885398780ed45bc7b /drivers/scsi/device_handler | |
| parent | ad4f4c1de80abdda5d55315289505598aa78e355 (diff) | |
[SCSI] scsi_dh_rdac: Adding couple more vendor product ids
This patch adds couple more Vendor/Product IDs for RDAC.. There are no
functional changes.
Signed-off-by: Babu Moger <babu.moger@netapp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/device_handler')
| -rw-r--r-- | drivers/scsi/device_handler/scsi_dh_rdac.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/device_handler/scsi_dh_rdac.c b/drivers/scsi/device_handler/scsi_dh_rdac.c index 27c9d65d54a..81e38994afa 100644 --- a/drivers/scsi/device_handler/scsi_dh_rdac.c +++ b/drivers/scsi/device_handler/scsi_dh_rdac.c | |||
| @@ -795,6 +795,7 @@ static const struct scsi_dh_devlist rdac_dev_list[] = { | |||
| 795 | {"IBM", "3526"}, | 795 | {"IBM", "3526"}, |
| 796 | {"SGI", "TP9400"}, | 796 | {"SGI", "TP9400"}, |
| 797 | {"SGI", "TP9500"}, | 797 | {"SGI", "TP9500"}, |
| 798 | {"SGI", "TP9700"}, | ||
| 798 | {"SGI", "IS"}, | 799 | {"SGI", "IS"}, |
| 799 | {"STK", "OPENstorage D280"}, | 800 | {"STK", "OPENstorage D280"}, |
| 800 | {"SUN", "CSM200_R"}, | 801 | {"SUN", "CSM200_R"}, |
| @@ -814,6 +815,7 @@ static const struct scsi_dh_devlist rdac_dev_list[] = { | |||
| 814 | {"SUN", "CSM100_R_FC"}, | 815 | {"SUN", "CSM100_R_FC"}, |
| 815 | {"SUN", "STK6580_6780"}, | 816 | {"SUN", "STK6580_6780"}, |
| 816 | {"SUN", "SUN_6180"}, | 817 | {"SUN", "SUN_6180"}, |
| 818 | {"SUN", "ArrayStorage"}, | ||
| 817 | {NULL, NULL}, | 819 | {NULL, NULL}, |
| 818 | }; | 820 | }; |
| 819 | 821 | ||
