From patchwork Wed Nov 4 21:47:06 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: bmarzins@sourceware.org X-Patchwork-Id: 57781 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 nA4LlO82016217 for ; Wed, 4 Nov 2009 21:47:24 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 C3CE161AE24; Wed, 4 Nov 2009 16:47:23 -0500 (EST) 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 nA4LlMC8019124 for ; Wed, 4 Nov 2009 16:47:22 -0500 Received: from mx1.redhat.com (ext-mx06.extmail.prod.ext.phx2.redhat.com [10.5.110.10]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nA4LlMjY010415 for ; Wed, 4 Nov 2009 16:47:22 -0500 Received: from sourceware.org (sourceware.org [209.132.176.174]) by mx1.redhat.com (8.13.8/8.13.8) with SMTP id nA4Ll8Ws030316 for ; Wed, 4 Nov 2009 16:47:08 -0500 Received: (qmail 24748 invoked by uid 9475); 4 Nov 2009 21:47:06 -0000 Date: 4 Nov 2009 21:47:06 -0000 Message-ID: <20091104214706.24742.qmail@sourceware.org> From: bmarzins@sourceware.org To: dm-cvs@sourceware.org, dm-devel@redhat.com X-RedHat-Spam-Score: -4 (RCVD_IN_DNSWL_MED) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.18 X-Scanned-By: MIMEDefang 2.67 on 10.5.110.10 X-loop: dm-devel@redhat.com Cc: Subject: [dm-devel] multipath-tools/libmultipath hwtable.c 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 --- multipath-tools/libmultipath/hwtable.c 2009/09/28 18:41:20 1.20.2.23 +++ multipath-tools/libmultipath/hwtable.c 2009/11/04 21:47:06 1.20.2.24 @@ -627,6 +627,28 @@ .checker_name = TUR, }, /* + * IBM Power Virtual SCSI Devices + * + * Maintainer : Brian King, IBM + * Mail : brking@linux.vnet.ibm.com + */ + { + /* AIX VDASD */ + .vendor = "AIX", + .product = "VDASD", + .getuid = DEFAULT_GETUID, + .getprio = NULL, + .features = DEFAULT_FEATURES, + .hwhandler = DEFAULT_HWHANDLER, + .selector = DEFAULT_SELECTOR, + .pgpolicy = MULTIBUS, + .pgfailback = -FAILBACK_IMMEDIATE, + .rr_weight = RR_WEIGHT_NONE, + .no_path_retry = (300 / DEFAULT_CHECKINT), + .minio = DEFAULT_MINIO, + .checker_name = DIRECTIO, + }, + /* * SGI arrays * * Maintainer : Christophe Varoqui