diff options
author | Yanqing_Liu@Dell.com <Yanqing_Liu@Dell.com> | 2009-08-17 14:31:42 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-09-05 08:46:09 -0500 |
commit | cdf69bb91b0ef14f0e0a987a4430764e6c290644 (patch) | |
tree | e9cc2c9b504d7b245e28bd9d863fd49855849e66 /drivers/scsi/device_handler | |
parent | 60df75c169c5d42f4eef03d80e65c3fe223a1620 (diff) |
[SCSI] scsi_dh_rdac: add support for next generation of Dell PV array
This patch is to add DM support for next generation of Dell PowerVault
storage array.
Signed-off-by: Yanqing Liu <Yanqing_Liu@Dell.com>
Acked-by: Chandra Seetharaman <sekharan@us.ibm.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_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 bea92ef7e269..872292f659c3 100644 --- a/drivers/scsi/device_handler/scsi_dh_rdac.c +++ b/drivers/scsi/device_handler/scsi_dh_rdac.c @@ -631,6 +631,8 @@ static const struct scsi_dh_devlist rdac_dev_list[] = { {"SUN", "LCSM100_F"}, {"DELL", "MD3000"}, {"DELL", "MD3000i"}, + {"DELL", "MD32xx"}, + {"DELL", "MD32xxi"}, {"LSI", "INF-01-00"}, {"ENGENIO", "INF-01-00"}, {"STK", "FLEXLINE 380"}, |