aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/device_handler
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2010-02-18 17:32:03 -0600
committerJames Bottomley <James.Bottomley@suse.de>2010-02-19 10:51:47 -0600
commitcd4a8814d44672bd2c8f04a472121bfbe193809c (patch)
treeb00df9961733f56c57a2ca5a66b4c4309d67645d /drivers/scsi/device_handler
parent[SCSI] qla2xxx: Update version number to 8.03.02-k1. (diff)
downloadlinux-dev-cd4a8814d44672bd2c8f04a472121bfbe193809c.tar.xz
linux-dev-cd4a8814d44672bd2c8f04a472121bfbe193809c.zip
[SCSI] scsi_dh_alua: add netapp to dev list
Newer Netapp target software supports ALUA, so this patch adds them to the scsi_dev_alua dev list. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> 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 4f0d0138f48b..ee372bf55332 100644
--- a/drivers/scsi/device_handler/scsi_dh_alua.c
+++ b/drivers/scsi/device_handler/scsi_dh_alua.c
@@ -717,6 +717,7 @@ static const struct scsi_dh_devlist alua_dev_list[] = {
{"IBM", "2145" },
{"Pillar", "Axiom" },
{"Intel", "Multi-Flex"},
+ {"NETAPP", "LUN"},
{NULL, NULL}
};