From patchwork Tue Aug 25 19:40:07 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Charlie Brady X-Patchwork-Id: 43796 Received: from hormel.redhat.com (hormel1.redhat.com [209.132.177.33]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n7PJeTfV009027 for ; Tue, 25 Aug 2009 19:40:30 GMT Received: from listman.util.phx.redhat.com (listman.util.phx.redhat.com [10.8.4.110]) by hormel.redhat.com (Postfix) with ESMTP id 2837461A067; Tue, 25 Aug 2009 15:40:29 -0400 (EDT) Received: from int-mx05.intmail.prod.int.phx2.redhat.com (nat-pool.util.phx.redhat.com [10.8.5.200]) by listman.util.phx.redhat.com (8.13.1/8.13.1) with ESMTP id n7PJeRYN012207 for ; Tue, 25 Aug 2009 15:40:27 -0400 Received: from mx1.redhat.com (ext-mx02.extmail.prod.ext.phx2.redhat.com [10.5.110.6]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7PJeRP1011860 for ; Tue, 25 Aug 2009 15:40:27 -0400 Received: from mail.ncf.ca (mail.ncf.ca [134.117.136.45]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7PJeD3A008907 for ; Tue, 25 Aug 2009 15:40:13 -0400 Received: from e-smith.charlieb.ott.istop.com (206-248-169-175.dsl.ncf.ca [206.248.169.175]) (Authenticated sender: fl450@ncf.ca) by mail.ncf.ca (Postfix) with ESMTP id 707E043C23 for ; Tue, 25 Aug 2009 15:40:07 -0400 (EDT) Received: (qmail 17055 invoked by uid 453); 25 Aug 2009 19:40:08 -0000 Received: from e-smith.charlieb.ott.istop.com (HELO e-smith.charlieb.ott.istop.com) (192.168.117.1) by charlieb.ott.istop.com (qpsmtpd/0.40) with ESMTP; Tue, 25 Aug 2009 15:40:08 -0400 Date: Tue, 25 Aug 2009 15:40:07 -0400 (EDT) From: Charlie Brady X-X-Sender: charlieb@e-smith.charlieb.ott.istop.com To: linux-scsi@vger.kernel.org, dm-devel@redhat.com Message-ID: MIME-Version: 1.0 X-RedHat-Spam-Score: 0 () X-Scanned-By: MIMEDefang 2.67 on 10.5.11.18 X-Scanned-By: MIMEDefang 2.67 on 10.5.110.6 X-loop: dm-devel@redhat.com Cc: Subject: [dm-devel] [PATCH] scsi_dh_rdac: Add support for Sun StorageTek 2510 and 2530 X-BeenThere: dm-devel@redhat.com X-Mailman-Version: 2.1.5 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 Both these storage arrays can use RDAC when configured with 'linux' as the initiator. http://www.sun.com/storage/disk_systems/workgroup/2510/ http://www.sun.com/storage/disk_systems/workgroup/2530/ Signed-off-by: Charlie Brady --- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel --- linux-2.6/drivers/scsi/device_handler/scsi_dh_rdac.c 2009-08-25 14:56:42.000000000 -0400 +++ linux-2.6/drivers/scsi/device_handler/scsi_dh_rdac.c.sun 2009-08-25 15:22:56.000000000 -0400 @@ -628,6 +628,8 @@ {"SGI", "IS"}, {"STK", "OPENstorage D280"}, {"SUN", "CSM200_R"}, + {"SUN", "LCSM100_I"}, + {"SUN", "LCSM100_S"}, {"SUN", "LCSM100_F"}, {"DELL", "MD3000"}, {"DELL", "MD3000i"},