Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757921AbYAKIab (ORCPT ); Fri, 11 Jan 2008 03:30:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753722AbYAKIaY (ORCPT ); Fri, 11 Jan 2008 03:30:24 -0500 Received: from gate.crashing.org ([63.228.1.57]:48504 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753485AbYAKIaX (ORCPT ); Fri, 11 Jan 2008 03:30:23 -0500 Message-Id: <1B75C5A8-E512-40CB-A6F3-351640701D0D@kernel.crashing.org> From: Kumar Gala To: Greg KH Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Subject: PCI Failed to allocate mem for PCI ROM Date: Fri, 11 Jan 2008 02:29:28 -0600 Cc: LKML , linuxppc-dev list , linux-pci@atrey.karlin.mff.cuni.cz X-Mailer: Apple Mail (2.915) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 810 Lines: 23 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? - k -- 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/