From patchwork Wed Apr 29 13:06:11 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kedar Sovani X-Patchwork-Id: 20711 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n3TDHxht031591 for ; Wed, 29 Apr 2009 13:17:59 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760264AbZD2NM7 (ORCPT ); Wed, 29 Apr 2009 09:12:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759815AbZD2NM7 (ORCPT ); Wed, 29 Apr 2009 09:12:59 -0400 Received: from host2.marvell.com ([65.219.4.2]:26546 "EHLO maili.marvell.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1760160AbZD2NM6 (ORCPT ); Wed, 29 Apr 2009 09:12:58 -0400 Received: from linux-dev.marvell.com (unknown [10.31.131.43]) by maili.marvell.com (Postfix) with ESMTP id DE32D5CAC2; Wed, 29 Apr 2009 06:12:57 -0700 (PDT) Received: from linux-dev.marvell.com (localhost6.localdomain6 [127.0.0.1]) by linux-dev.marvell.com (8.14.3/8.14.3) with ESMTP id n3TD6CUl031648; Wed, 29 Apr 2009 18:36:13 +0530 Received: (from root@localhost) by linux-dev.marvell.com (8.14.3/8.14.3/Submit) id n3TD6Bx8031647; Wed, 29 Apr 2009 18:36:11 +0530 From: Kedar Sovani To: linux-pci@vger.kernel.org Cc: Kedar Sovani Subject: [PATCH] pciutils: Include arm support. Date: Wed, 29 Apr 2009 18:36:11 +0530 Message-Id: <1241010371-31623-1-git-send-email-kedars@marvell.com> X-Mailer: git-send-email 1.6.0.3 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Please consider for inclusion. Signed-off-by: Kedar Sovani --- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- pciutils-3.1.2/lib/configure.orig 2009-04-29 06:14:44.000000000 -0400 +++ pciutils-3.1.2/lib/configure 2009-04-29 06:14:52.000000000 -0400 @@ -29,7 +29,7 @@ if [ -z "$HOST" ] ; then proc=`/usr/sbin/lsdev -C -c processor -S available -F name | head -1` cpu=`/usr/sbin/lsattr -F value -l $proc -a type | sed 's/_.*//'` else - cpu=`uname -m | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/'` + cpu=`uname -m | sed 's/^i.86$/i386/;s/arm.*/arm/;s/^sun4u$/sparc64/;s/^i86pc$/i386/'` fi if [ "$sys" = "GNU/kFreeBSD" -o "$sys" = "DragonFly" ] then