From patchwork Wed Aug 26 22:45:55 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Charlie Brady X-Patchwork-Id: 44137 X-Patchwork-Delegate: christophe.varoqui@free.fr 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 n7QMkFNF002958 for ; Wed, 26 Aug 2009 22:46:16 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 8CE8B61A50C; Wed, 26 Aug 2009 18:46:14 -0400 (EDT) Received: from int-mx03.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 n7QMkDu6021644 for ; Wed, 26 Aug 2009 18:46:13 -0400 Received: from mx1.redhat.com (ext-mx04.extmail.prod.ext.phx2.redhat.com [10.5.110.8]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7QMkDwo016043 for ; Wed, 26 Aug 2009 18:46:13 -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 n7QMk1on030982 for ; Wed, 26 Aug 2009 18:46:01 -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 C17EA43C2C for ; Wed, 26 Aug 2009 18:45:57 -0400 (EDT) Received: (qmail 16306 invoked by uid 453); 26 Aug 2009 22:45:56 -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 18:45:56 -0400 Date: Wed, 26 Aug 2009 18:45:55 -0400 (EDT) From: Charlie Brady X-X-Sender: charlieb@e-smith.charlieb.ott.istop.com To: device-mapper development Message-ID: MIME-Version: 1.0 X-RedHat-Spam-Score: 0 () X-Scanned-By: MIMEDefang 2.67 on 10.5.11.16 X-Scanned-By: MIMEDefang 2.67 on 10.5.110.8 X-loop: dm-devel@redhat.com Subject: [dm-devel] [PATCH] libmultipath/twable.c: Add default config for Sun StorageTek 2500 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 Signed-off-by: Charlie Brady Acked-by: Chandra Seetharaman --- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel --- libmultipath/hwtable.c.orig 2009-08-26 18:30:55.000000000 -0400 +++ libmultipath/hwtable.c 2009-08-26 18:31:52.000000000 -0400 @@ -878,10 +878,10 @@ .checker_name = RDAC, .prio_name = PRIO_RDAC, }, - /* SUN/LSI 2510, 2540 */ + /* SUN/LSI 2500, 2510, 2530, 2540 */ { .vendor = "SUN", - .product = "LCSM100_[IF]", + .product = "LCSM100_[IEFS]", .getuid = DEFAULT_GETUID, .features = DEFAULT_FEATURES, .hwhandler = "1 rdac",