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-Url: http://drtracing.org/?a=commitdiff_plain;h=650849d71ca05d55a1553fe42fb21af9dce5612b;p=deliverable%2Flinux.git [SCSI] scsi_dh: add Dell product information into rdac device handler Add Dell Powervault storage arrays into device list of rdac device handler. Signed-off-by: Yanqing Liu Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/device_handler/scsi_dh_rdac.c b/drivers/scsi/device_handler/scsi_dh_rdac.c index 1ba989e5a25a..50bf95f3b5c4 100644 --- a/drivers/scsi/device_handler/scsi_dh_rdac.c +++ b/drivers/scsi/device_handler/scsi_dh_rdac.c @@ -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}, };