]> 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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 25 Oct 2008 21:32:42 +0000 (14:32 -0700)
commit 650849d71ca05d55a1553fe42fb21af9dce5612b upstream.

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>
Cc: shyam iyer <shyam_iyer@dell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/scsi/device_handler/scsi_dh_rdac.c

index 6e2f130d56deb7b89b0852c94b788e5e7e7544a0..d576d4c082e4c389913a832079c31d97deef19e2 100644 (file)
@@ -590,6 +590,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},
 };