aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/device_handler
diff options
context:
space:
mode:
authorMoger, Babu <Babu.Moger@netapp.com>2012-09-04 17:04:33 +0000
committerJames Bottomley <JBottomley@Parallels.com>2012-09-24 12:11:03 +0400
commite7ba29d6332850512ad45f154cfd5601fea39f85 (patch)
tree8d74d956dfcc8a2551c8069c577b9f2a3abd18a4 /drivers/scsi/device_handler
parent[SCSI] zfcp: only access zfcp_scsi_dev for valid scsi_device (diff)
downloadlinux-dev-e7ba29d6332850512ad45f154cfd5601fea39f85.tar.xz
linux-dev-e7ba29d6332850512ad45f154cfd5601fea39f85.zip
[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.c11
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[] = {
{"SGI", "TP9700"},
{"SGI", "IS"},
{"STK", "OPENstorage D280"},
+ {"STK", "FLEXLINE 380"},
+ {"SUN", "CSM100_R_FC"},
{"SUN", "CSM200_R"},
{"SUN", "LCSM100_I"},
{"SUN", "LCSM100_S"},
{"SUN", "LCSM100_E"},
{"SUN", "LCSM100_F"},
+ {"SUN", "STK6580_6780"},
+ {"SUN", "SUN_6180"},
+ {"SUN", "ArrayStorage"},
{"DELL", "MD3000"},
{"DELL", "MD3000i"},
{"DELL", "MD32xx"},
{"DELL", "MD32xxi"},
{"DELL", "MD36xxi"},
{"DELL", "MD36xxf"},
+ {"NETAPP", "INF-01-00"},
{"LSI", "INF-01-00"},
{"ENGENIO", "INF-01-00"},
- {"STK", "FLEXLINE 380"},
- {"SUN", "CSM100_R_FC"},
- {"SUN", "STK6580_6780"},
- {"SUN", "SUN_6180"},
- {"SUN", "ArrayStorage"},
{NULL, NULL},
};