diff options
author | Moger, Babu <Babu.Moger@netapp.com> | 2012-09-04 13:04:33 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-09-24 04:11:03 -0400 |
commit | e7ba29d6332850512ad45f154cfd5601fea39f85 (patch) | |
tree | 8d74d956dfcc8a2551c8069c577b9f2a3abd18a4 /drivers/scsi/device_handler | |
parent | d436de8ce25f53a8a880a931886821f632247943 (diff) |
[SCSI] scsi_dh_rdac: Add a new netapp vendor/product string
This patch adds a new vendor/product strings for netapp E series product.
Also consolidated the strings together with similar names.
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 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/scsi/device_handler/scsi_dh_rdac.c b/drivers/scsi/device_handler/scsi_dh_rdac.c index 20c4557f5abd..1fc64389b63f 100644 --- a/drivers/scsi/device_handler/scsi_dh_rdac.c +++ b/drivers/scsi/device_handler/scsi_dh_rdac.c | |||
@@ -795,24 +795,25 @@ static const struct scsi_dh_devlist rdac_dev_list[] = { | |||
795 | {"SGI", "TP9700"}, | 795 | {"SGI", "TP9700"}, |
796 | {"SGI", "IS"}, | 796 | {"SGI", "IS"}, |
797 | {"STK", "OPENstorage D280"}, | 797 | {"STK", "OPENstorage D280"}, |
798 | {"STK", "FLEXLINE 380"}, | ||
799 | {"SUN", "CSM100_R_FC"}, | ||
798 | {"SUN", "CSM200_R"}, | 800 | {"SUN", "CSM200_R"}, |
799 | {"SUN", "LCSM100_I"}, | 801 | {"SUN", "LCSM100_I"}, |
800 | {"SUN", "LCSM100_S"}, | 802 | {"SUN", "LCSM100_S"}, |
801 | {"SUN", "LCSM100_E"}, | 803 | {"SUN", "LCSM100_E"}, |
802 | {"SUN", "LCSM100_F"}, | 804 | {"SUN", "LCSM100_F"}, |
805 | {"SUN", "STK6580_6780"}, | ||
806 | {"SUN", "SUN_6180"}, | ||
807 | {"SUN", "ArrayStorage"}, | ||
803 | {"DELL", "MD3000"}, | 808 | {"DELL", "MD3000"}, |
804 | {"DELL", "MD3000i"}, | 809 | {"DELL", "MD3000i"}, |
805 | {"DELL", "MD32xx"}, | 810 | {"DELL", "MD32xx"}, |
806 | {"DELL", "MD32xxi"}, | 811 | {"DELL", "MD32xxi"}, |
807 | {"DELL", "MD36xxi"}, | 812 | {"DELL", "MD36xxi"}, |
808 | {"DELL", "MD36xxf"}, | 813 | {"DELL", "MD36xxf"}, |
814 | {"NETAPP", "INF-01-00"}, | ||
809 | {"LSI", "INF-01-00"}, | 815 | {"LSI", "INF-01-00"}, |
810 | {"ENGENIO", "INF-01-00"}, | 816 | {"ENGENIO", "INF-01-00"}, |
811 | {"STK", "FLEXLINE 380"}, | ||
812 | {"SUN", "CSM100_R_FC"}, | ||
813 | {"SUN", "STK6580_6780"}, | ||
814 | {"SUN", "SUN_6180"}, | ||
815 | {"SUN", "ArrayStorage"}, | ||
816 | {NULL, NULL}, | 817 | {NULL, NULL}, |
817 | }; | 818 | }; |
818 | 819 | ||