From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Date: Thu, 18 Mar 2004 23:52:50 +0000 Subject: [3/3] claim PCI resources on ia64 Message-Id: <20040318235250.GK25059@parcelfarce.linux.theplanet.co.uk> List-Id: References: <20040318235024.GH25059@parcelfarce.linux.theplanet.co.uk> In-Reply-To: <20040318235024.GH25059@parcelfarce.linux.theplanet.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Matthew Wilcox Cc: Linus Torvalds , Andrew Morton , Greg KH , David Mosberger , linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org 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); } } -- "Next the statesmen will invent cheap lies, putting the blame upon the nation that is attacked, and every man will be glad of those conscience-soothing falsities, and will diligently study them, and refuse to examine any refutations of them; and thus he will by and by convince himself that the war is just, and will thank God for the better sleep he enjoys after this process of grotesque self-deception." -- Mark Twain