]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[SCSI] scsi_dh: add Dell product information into rdac device handler
authorYanqing_Liu@Dell.com <Yanqing_Liu@Dell.com>
Thu, 2 Oct 2008 17:18:33 +0000 (12:18 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 3 Oct 2008 17:11:51 +0000 (12:11 -0500)
Add Dell Powervault storage arrays into device list of rdac device
handler.

Signed-off-by: Yanqing Liu <yanqing_liu@dell.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/device_handler/scsi_dh_rdac.c

index 1ba989e5a25a5dc07ff074cca06f782f8594faaa..50bf95f3b5c456cb7118583ed297b48b3782ed57 100644 (file)
@@ -588,6 +588,8 @@ static const struct scsi_dh_devlist rdac_dev_list[] = {
        {"STK", "OPENstorage D280"},
        {"SUN", "CSM200_R"},
        {"SUN", "LCSM100_F"},
+       {"DELL", "MD3000"},
+       {"DELL", "MD3000i"},
        {NULL, NULL},
 };