Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760238AbYAKIl5 (ORCPT ); Fri, 11 Jan 2008 03:41:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756157AbYAKIlu (ORCPT ); Fri, 11 Jan 2008 03:41:50 -0500 Received: from fg-out-1718.google.com ([72.14.220.156]:38322 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753848AbYAKIlt (ORCPT ); Fri, 11 Jan 2008 03:41:49 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=MRMZzBWZrlV22XlOOgkmwgtH0ayHCNCfD707xzDci5Iw1G5BQAIvkkIsdUEh9Fk8I3QitnCh1ArheEBnMxyKQrsSTzV1nL+hwjxFTK/2USJ5eF4Vh79Xy1v+xZkDcdEf0SJw/pWmvHVPe3CEOGt4HC18JKFyMsjIe7F7JWa66Z4= Message-ID: <47872BC8.2040204@gmail.com> Date: Fri, 11 Jan 2008 09:41:44 +0100 From: Jiri Slaby User-Agent: Thunderbird 2.0.0.9 (X11/20071031) MIME-Version: 1.0 To: Kumar Gala CC: Greg KH , LKML , linuxppc-dev list , linux-pci@atrey.karlin.mff.cuni.cz Subject: Re: PCI Failed to allocate mem for PCI ROM References: <1B75C5A8-E512-40CB-A6F3-351640701D0D@kernel.crashing.org> In-Reply-To: <1B75C5A8-E512-40CB-A6F3-351640701D0D@kernel.crashing.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 899 Lines: 24 On 01/11/2008 09:29 AM, Kumar Gala wrote: > Greg, > > I'm getting the following message from the kernel on an embedded ppc32 > system: > > PCI: Failed to allocate mem resource #9:100000@e0000000 for 0000:00:00.0 > > The HW setup is a PCIe host controller and an e1000 NIC card. It > appears that pci_bus_assign_resources() is trying to call > pci_assign_resource() for the ROM and the resource for the ROM is > [100000:1fffff] where the PHB is [c0000000:dfffffff]. > > It seems like the resno that pci_assign_resource is getting called with > is wrong and thus pci_update_resource() doesn't get called. > > any ideas? Kernel version, please. -- 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/