From: Yanqing_Liu@Dell.com Date: Thu, 2 Oct 2008 17:18:33 +0000 (-0500) Subject: SCSI: scsi_dh: add Dell product information into rdac device handler X-Git-Tag: v2.6.27.4~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3ee82b553d04d90948a41eef761302afcf3f1805;p=karo-tx-linux.git SCSI: scsi_dh: add Dell product information into rdac device handler commit 650849d71ca05d55a1553fe42fb21af9dce5612b upstream. Add Dell Powervault storage arrays into device list of rdac device handler. Signed-off-by: Yanqing Liu Signed-off-by: James Bottomley Cc: shyam iyer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/scsi/device_handler/scsi_dh_rdac.c b/drivers/scsi/device_handler/scsi_dh_rdac.c index 6e2f130d56de..d576d4c082e4 100644 --- a/drivers/scsi/device_handler/scsi_dh_rdac.c +++ b/drivers/scsi/device_handler/scsi_dh_rdac.c @@ -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}, };