From patchwork Tue Apr 5 20:35:25 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: babu moger X-Patchwork-Id: 688711 Received: from mx4-phx2.redhat.com (mx4-phx2.redhat.com [209.132.183.25]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p35Kainw006404 for ; Tue, 5 Apr 2011 20:37:06 GMT Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by mx4-phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p35KYOPg011471; Tue, 5 Apr 2011 16:34:25 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p35KYMKO028909 for ; Tue, 5 Apr 2011 16:34:22 -0400 Received: from mx1.redhat.com (ext-mx13.extmail.prod.ext.phx2.redhat.com [10.5.110.18]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p35KYHcD010391 for ; Tue, 5 Apr 2011 16:34:17 -0400 Received: from na3sys009aog108.obsmtp.com (na3sys009aog108.obsmtp.com [74.125.149.199]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p35KY8VZ018631 for ; Tue, 5 Apr 2011 16:34:09 -0400 Received: from cosedge01.lsi.com ([192.19.220.66]) (using TLSv1) by na3sys009aob108.postini.com ([74.125.148.12]) with SMTP ID DSNKTZt8wI7aymGAppiLqimSSLfeLfyCWH4L@postini.com; Tue, 05 Apr 2011 13:34:09 PDT Received: from coshub01.lsi.com (135.142.2.64) by COSEDGE01.lsi.com (192.19.220.66) with Microsoft SMTP Server (TLS) id 8.3.137.0; Tue, 5 Apr 2011 14:33:19 -0600 Received: from cosmail01.lsi.com ([172.21.36.24]) by coshub01.lsi.com ([135.142.2.64]) with mapi; Tue, 5 Apr 2011 14:35:27 -0600 From: "Moger, Babu" To: "linux-scsi@vger.kernel.org" Date: Tue, 5 Apr 2011 14:35:25 -0600 Thread-Topic: [PATCH] scsi_dh_rdac: Adding couple more vendor product ids Thread-Index: AcvYRAognyWp6xKNRO+OSIIky9CyKgbjH/4w Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 X-RedHat-Spam-Score: -2.3 (RCVD_IN_DNSWL_MED) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-Scanned-By: MIMEDefang 2.68 on 10.5.110.18 X-MIME-Autoconverted: from quoted-printable to 8bit by lists01.pubmisc.prod.ext.phx2.redhat.com id p35KYMKO028909 X-loop: dm-devel@redhat.com Cc: device-mapper development Subject: [dm-devel] [PATCH] scsi_dh_rdac: Adding couple more vendor product ids X-BeenThere: dm-devel@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk Reply-To: device-mapper development List-Id: device-mapper development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Tue, 05 Apr 2011 20:37:06 +0000 (UTC) This patch adds couple more Vendor/Product IDs for RDAC.. There are no functional changes. Signed-off-by: Babu Moger --- -- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel --- linux-2.6.39-rc1/drivers/scsi/device_handler/scsi_dh_rdac.c.orig 2011-04-05 15:01:52.000000000 -0500 +++ linux-2.6.39-rc1/drivers/scsi/device_handler/scsi_dh_rdac.c 2011-04-05 15:06:18.000000000 -0500 @@ -755,6 +755,7 @@ static const struct scsi_dh_devlist rdac {"IBM", "3526"}, {"SGI", "TP9400"}, {"SGI", "TP9500"}, + {"SGI", "TP9700"}, {"SGI", "IS"}, {"STK", "OPENstorage D280"}, {"SUN", "CSM200_R"}, @@ -774,6 +775,7 @@ static const struct scsi_dh_devlist rdac {"SUN", "CSM100_R_FC"}, {"SUN", "STK6580_6780"}, {"SUN", "SUN_6180"}, + {"SUN", "ArrayStorage"}, {NULL, NULL}, };