Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262134AbUCSBsU (ORCPT ); Thu, 18 Mar 2004 20:48:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261943AbUCSBsU (ORCPT ); Thu, 18 Mar 2004 20:48:20 -0500 Received: from palrel13.hp.com ([156.153.255.238]:31157 "EHLO palrel13.hp.com") by vger.kernel.org with ESMTP id S261434AbUCSBsO (ORCPT ); Thu, 18 Mar 2004 20:48:14 -0500 From: David Mosberger MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16474.20827.21678.283540@napali.hpl.hp.com> Date: Thu, 18 Mar 2004 17:48:11 -0800 To: Linus Torvalds , Andrew Morton Cc: Matthew Wilcox , Greg KH , David Mosberger , linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org Subject: Re: [3/3] claim PCI resources on ia64 In-Reply-To: <20040318235250.GK25059@parcelfarce.linux.theplanet.co.uk> References: <20040318235024.GH25059@parcelfarce.linux.theplanet.co.uk> <20040318235250.GK25059@parcelfarce.linux.theplanet.co.uk> X-Mailer: VM 7.18 under Emacs 21.3.1 Reply-To: davidm@hpl.hp.com X-URL: http://www.hpl.hp.com/personal/David_Mosberger/ Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1497 Lines: 42 Matthew tells me that applying this patch without the others will result in error messages (harmless, but still...). I'm OK with the patch, so I'd appreciate it if whoever takes the other patches could apply this one, too. Thanks, ----------------------------------------------------------------------- From: Matthew Wilcox Sender: To: Matthew Wilcox Cc: Linus Torvalds , Andrew Morton , Greg KH , David Mosberger , linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org Subject: [3/3] claim PCI resources on ia64 Date: Thu, 18 Mar 2004 23:52:50 +0000 Call pci_claim_resources() so we can see what PCI resources are being used. Index: arch/ia64/pci/pci.c =================================================================== RCS file: /var/cvs/linux-2.6/arch/ia64/pci/pci.c,v retrieving revision 1.7 diff -u -p -r1.7 pci.c --- a/arch/ia64/pci/pci.c 16 Mar 2004 15:39:51 -0000 1.7 +++ b/arch/ia64/pci/pci.c 18 Mar 2004 23:40:52 -0000 @@ -367,6 +366,7 @@ pcibios_fixup_device_resources (struct p dev->resource[i].end += window->offset; } } + pci_claim_resource(dev, i); } } -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/