From: Moger, Babu Date: Fri, 2 Sep 2011 15:21:17 +0000 (-0400) Subject: [SCSI] scsi_dh_rdac: Adding couple more vendor product ids X-Git-Tag: v2.6.39-400.9.0~423^2~38 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=11bb566726177c1c76d9b693e551cef4a2733034;p=users%2Fjedix%2Flinux-maple.git [SCSI] scsi_dh_rdac: Adding couple more vendor product ids Orabug: 14059970 This patch adds couple more Vendor/Product IDs for RDAC.. There are no functional changes. Signed-off-by: Babu Moger 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 551fa8989d42..9445d46d0eb1 100644 --- a/drivers/scsi/device_handler/scsi_dh_rdac.c +++ b/drivers/scsi/device_handler/scsi_dh_rdac.c @@ -795,6 +795,7 @@ static const struct scsi_dh_devlist rdac_dev_list[] = { {"IBM", "3526"}, {"SGI", "TP9400"}, {"SGI", "TP9500"}, + {"SGI", "TP9700"}, {"SGI", "IS"}, {"STK", "OPENstorage D280"}, {"SUN", "CSM200_R"}, @@ -814,6 +815,7 @@ static const struct scsi_dh_devlist rdac_dev_list[] = { {"SUN", "CSM100_R_FC"}, {"SUN", "STK6580_6780"}, {"SUN", "SUN_6180"}, + {"SUN", "ArrayStorage"}, {NULL, NULL}, };