From patchwork Mon Oct 18 08:37:24 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chauhan, Vijay" X-Patchwork-Id: 261411 Received: from mx3-phx2.redhat.com (mx3-phx2.redhat.com [209.132.183.24]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o9I8l1Qk030152 for ; Mon, 18 Oct 2010 08:47:24 GMT Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by mx3-phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o9I8dvs3020934; Mon, 18 Oct 2010 04:39:59 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o9I8duJP004301 for ; Mon, 18 Oct 2010 04:39:56 -0400 Received: from mx1.redhat.com (ext-mx02.extmail.prod.ext.phx2.redhat.com [10.5.110.6]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id o9I8dpJE001419 for ; Mon, 18 Oct 2010 04:39:51 -0400 Received: from na3sys009aog102.obsmtp.com (na3sys009aog102.obsmtp.com [74.125.149.69]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o9I8db3G027164 for ; Mon, 18 Oct 2010 04:39:38 -0400 Received: from source ([147.145.40.20]) by na3sys009aob102.postini.com ([74.125.148.12]) with SMTP ID DSNKTLwHyBYQ7Sjyff4Mm4KPqU2TxqhCfLP5@postini.com; Mon, 18 Oct 2010 01:39:38 PDT Received: from milmhbs0.lsil.com (mhbs.lsil.com [147.145.1.30]) by mail0.lsil.com (8.12.11/8.12.11) with ESMTP id o9I8dZpn000523; Mon, 18 Oct 2010 01:39:35 -0700 (PDT) Received: from inbexch02.lsi.com (inbexch02.lsi.com [135.36.98.40]) by milmhbs0.lsil.com (8.12.11/8.12.11) with ESMTP id o9I8dYDP011793; Mon, 18 Oct 2010 01:39:34 -0700 Received: from inbmail01.lsi.com ([135.36.98.64]) by inbexch02.lsi.com ([135.36.98.40]) with mapi; Mon, 18 Oct 2010 14:09:33 +0530 From: "Chauhan, Vijay" To: "linux-scsi@vger.kernel.org" Date: Mon, 18 Oct 2010 14:07:24 +0530 Thread-Topic: [PATCH] scsi_dh_rdac: Add two new SUN devices to rdac_dev_list Thread-Index: Actun7BwZk4fDeFzRM2UizUzXhyjwg== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-Scanned-By: MIMEDefang 2.67 on 10.5.110.6 X-Scanned-By: MIMEDefang 2.39 X-RedHat-Spam-Score: -2.301 (RCVD_IN_DNSWL_MED,SPF_PASS) X-MIME-Autoconverted: from quoted-printable to 8bit by lists01.pubmisc.prod.ext.phx2.redhat.com id o9I8duJP004301 X-loop: dm-devel@redhat.com Cc: "dm-devel@redhat.com" Subject: [dm-devel] [PATCH] scsi_dh_rdac: Add two new SUN devices to rdac_dev_list 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.3 (demeter1.kernel.org [140.211.167.41]); Mon, 18 Oct 2010 08:47:24 +0000 (UTC) --- scsi_dh_rdac.c.orig 2010-10-11 23:23:42.000000000 +0530 +++ scsi_dh_rdac.c 2010-10-11 23:25:31.000000000 +0530 @@ -773,6 +773,8 @@ static const struct scsi_dh_devlist rdac {"ENGENIO", "INF-01-00"}, {"STK", "FLEXLINE 380"}, {"SUN", "CSM100_R_FC"}, + {"SUN", "STK6580_6780"}, + {"SUN", "SUN_6180"}, {NULL, NULL}, };