From patchwork Wed Aug 26 22:49:56 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Charlie Brady X-Patchwork-Id: 44141 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 n7QMomkI003363 for ; Wed, 26 Aug 2009 22:50:49 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 86CBB6185CE; Wed, 26 Aug 2009 18:50:11 -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 n7QMo9i7022163 for ; Wed, 26 Aug 2009 18:50:09 -0400 Received: from mx1.redhat.com (ext-mx06.extmail.prod.ext.phx2.redhat.com [10.5.110.10]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7QMo9Ga022290 for ; Wed, 26 Aug 2009 18:50:09 -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 n7QMnv3m030804 for ; Wed, 26 Aug 2009 18:49:58 -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 349B843C62 for ; Wed, 26 Aug 2009 18:49:58 -0400 (EDT) Received: (qmail 16334 invoked by uid 453); 26 Aug 2009 22:49:57 -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:49:56 -0400 Date: Wed, 26 Aug 2009 18:49:56 -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: -2 (AWL) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-Scanned-By: MIMEDefang 2.67 on 10.5.110.10 X-loop: dm-devel@redhat.com Subject: [dm-devel] [PATCH] libmultipath/hwtable.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 [Repost without typo in Subject.] Signed-off-by: Charlie Brady --- 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",