From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.186]) by ozlabs.org (Postfix) with ESMTP id 20353DE0A7 for ; Fri, 11 Jan 2008 19:41:50 +1100 (EST) Received: by fk-out-0910.google.com with SMTP id z22so991869fkz.9 for ; Fri, 11 Jan 2008 00:41:48 -0800 (PST) Message-ID: <47872BC8.2040204@gmail.com> Date: Fri, 11 Jan 2008 09:41:44 +0100 From: Jiri Slaby MIME-Version: 1.0 To: Kumar Gala 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> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Greg KH , linux-pci@atrey.karlin.mff.cuni.cz, LKML , linuxppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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.