From patchwork Wed Aug 26 18:16:57 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Charlie Brady X-Patchwork-Id: 44086 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 n7QIHIer007039 for ; Wed, 26 Aug 2009 18:17:19 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 7302A61A463; Wed, 26 Aug 2009 14:17:17 -0400 (EDT) Received: from int-mx01.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 n7QIHFKH017870 for ; Wed, 26 Aug 2009 14:17:15 -0400 Received: from mx1.redhat.com (ext-mx01.extmail.prod.ext.phx2.redhat.com [10.5.110.5]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7QIHFMw020823 for ; Wed, 26 Aug 2009 14:17:15 -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 n7QIH3qu009998 for ; Wed, 26 Aug 2009 14:17:03 -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 BBEA343C41 for ; Wed, 26 Aug 2009 14:16:59 -0400 (EDT) Received: (qmail 13073 invoked by uid 453); 26 Aug 2009 18:16:58 -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; Wed, 26 Aug 2009 14:16:58 -0400 Date: Wed, 26 Aug 2009 14:16:57 -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.11 X-Scanned-By: MIMEDefang 2.67 on 10.5.110.5 X-loop: dm-devel@redhat.com Cc: Subject: [dm-devel] [PATCH] scsi_dh_rdac: Add support for Sun StorageTek ST2500, ST2510 and ST2530 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 [Re-submit - ST2500 added.] These storage arrays can use RDAC when configured with 'linux' as the initiator. http://www.sun.com/storage/disk_systems/workgroup/2500/ http://www.sun.com/storage/disk_systems/workgroup/2510/ http://www.sun.com/storage/disk_systems/workgroup/2530/ Signed-off-by: Charlie Brady Reviewed-by: Babu Moger Reviewed-by: Chandra Seetharaman --- 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-26 14:11:53.000000000 -0400 @@ -628,6 +628,9 @@ {"SGI", "IS"}, {"STK", "OPENstorage D280"}, {"SUN", "CSM200_R"}, + {"SUN", "LCSM100_I"}, + {"SUN", "LCSM100_S"}, + {"SUN", "LCSM100_E"}, {"SUN", "LCSM100_F"}, {"DELL", "MD3000"}, {"DELL", "MD3000i"},