diff options
author | [email protected] <[email protected]> | 2010-05-19 12:31:36 -0500 |
---|---|---|
committer | James Bottomley <[email protected]> | 2010-07-28 09:05:43 -0500 |
commit | 2cf75f1c8aa4cab3ace57f9159f1dc85cba69d38 (patch) | |
tree | 573f1c7b4cebae07872170be370bb17f16dfde22 | |
parent | e84d96dbb0638186feb526c32810a3400f33d0c8 (diff) |
[SCSI] scsi_dh_rdac: Add Dell MD36xxi controller into RDAC device list
This patch is to add next generation of Dell iSCSI PowerVault
controller MD36xxi into RDAC device list.
Signed-off-by: Yanqing Liu <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
-rw-r--r-- | drivers/scsi/device_handler/scsi_dh_rdac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/device_handler/scsi_dh_rdac.c b/drivers/scsi/device_handler/scsi_dh_rdac.c index 5b683e429542..b9bcfa4c7d26 100644 --- a/drivers/scsi/device_handler/scsi_dh_rdac.c +++ b/drivers/scsi/device_handler/scsi_dh_rdac.c @@ -768,6 +768,7 @@ static const struct scsi_dh_devlist rdac_dev_list[] = { {"DELL", "MD3000i"}, {"DELL", "MD32xx"}, {"DELL", "MD32xxi"}, + {"DELL", "MD36xxi"}, {"LSI", "INF-01-00"}, {"ENGENIO", "INF-01-00"}, {"STK", "FLEXLINE 380"}, |