summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/device_handler
diff options
context:
space:
mode:
authorIlgu Hong2011-01-05 22:00:23 +0100
committerJames Bottomley2011-01-24 18:13:37 +0100
commita3b1eff70b35a8e3679ae8cd928a222fa38022c0 (patch)
treeac0dfdd2efcce4e9fcaeb3fcd14519eba34b8754 /drivers/scsi/device_handler
parent[SCSI] scsi_dh_alua: fix stpg_endio group state reporting (diff)
downloadkernel-qcow2-linux-a3b1eff70b35a8e3679ae8cd928a222fa38022c0.tar.gz
kernel-qcow2-linux-a3b1eff70b35a8e3679ae8cd928a222fa38022c0.tar.xz
kernel-qcow2-linux-a3b1eff70b35a8e3679ae8cd928a222fa38022c0.zip
[SCSI] scsi_dh_alua: Add Promise VTrak to dev list
Adds Promise VTrak devices to the ALUA device handler. Signed-off-by: Ilgu Hong <ilgu.hong@promise.com> Signed-off-by: Joseph Gruher <joseph.r.gruher@intel.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/device_handler')
-rw-r--r--drivers/scsi/device_handler/scsi_dh_alua.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/device_handler/scsi_dh_alua.c b/drivers/scsi/device_handler/scsi_dh_alua.c
index 9bd2c8a69a41..c1fd09d693f4 100644
--- a/drivers/scsi/device_handler/scsi_dh_alua.c
+++ b/drivers/scsi/device_handler/scsi_dh_alua.c
@@ -733,6 +733,7 @@ static const struct scsi_dh_devlist alua_dev_list[] = {
{"Intel", "Multi-Flex"},
{"NETAPP", "LUN"},
{"AIX", "NVDISK"},
+ {"Promise", "VTrak"},
{NULL, NULL}
};