Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751985AbWJ1IXu (ORCPT ); Sat, 28 Oct 2006 04:23:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751980AbWJ1IXu (ORCPT ); Sat, 28 Oct 2006 04:23:50 -0400 Received: from nf-out-0910.google.com ([64.233.182.191]:5215 "EHLO nf-out-0910.google.com") by vger.kernel.org with ESMTP id S1751985AbWJ1IXt (ORCPT ); Sat, 28 Oct 2006 04:23:49 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=E25IqLOzMRPq7D/ieuaOj9sUNBMCvcqG6S7R2Z1u3fIBPpZQI1KhfvblLw9/dsm4O21Dlwua1HH56TOZ6891wfo5zkJfQUEXv9GPhTtqbezv7hmWktz56n1cKKoAsm9oE1suEEj/khPc5LbtIV0HIU/pV20XePVaeP5aVIeigI0= Message-ID: <86802c440610280123m3051f6cj8d361b06b347186f@mail.gmail.com> Date: Sat, 28 Oct 2006 01:23:47 -0700 From: "Yinghai Lu" To: "Jeff Chua" Subject: Re: linux-2.6.19-rc2 tg3 problem Cc: "Adrian Bunk" , linux-kernel@vger.kernel.org, "David Miller" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061025013022.GG27968@stusta.de> <20061026152455.GI27968@stusta.de> <20061027203109.GZ27968@stusta.de> X-Google-Sender-Auth: 3629b5f122702d54 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2412 Lines: 66 On 10/27/06, Jeff Chua wrote: it seems pci_assign_unassigned_resource ( in drivers/pci/setup-bus.c) is getting to smart to allocate more unassigned resource that is not allocated by BIOS. YH > PCI: Bridge: 0000:00:01.0 > IO window: disabled. > MEM window: fe900000-fe9fffff > PREFETCH window: disabled. > PCI: Bridge: 0000:00:1c.0 > IO window: disabled. > MEM window: fe800000-fe8fffff > PREFETCH window: disabled. > PCI: Bridge: 0000:00:1c.1 > IO window: disabled. > MEM window: fe700000-fe7fffff > PREFETCH window: disabled. > PCI: Bridge: 0000:00:1e.0 > IO window: disabled. > MEM window: disabled. > PREFETCH window: disabled. ===> 151a170,179 > PCI: Cannot allocate resource region 8 of bridge 0000:00:01.0 > PCI: Cannot allocate resource region 8 of bridge 0000:00:1c.0 > PCI: Cannot allocate resource region 8 of bridge 0000:00:1c.1 > PCI: Cannot allocate resource region 0 of device 0000:00:02.0 > PCI: Cannot allocate resource region 3 of device 0000:00:02.0 > PCI: Cannot allocate resource region 0 of device 0000:00:02.1 > PCI: Cannot allocate resource region 0 of device 0000:00:1d.7 > PCI: Cannot allocate resource region 2 of device 0000:00:1e.2 > PCI: Cannot allocate resource region 3 of device 0000:00:1e.2 > PCI: Cannot allocate resource region 0 of device 0000:02:00.0 164a193,199 > PCI: Failed to allocate mem resource #8:100000@e1000000 for 0000:00:1c.0 > PCI: Failed to allocate mem resource #0:80000@e1000000 for 0000:00:02.0 > PCI: Failed to allocate mem resource #0:80000@e1000000 for 0000:00:02.1 > PCI: Failed to allocate mem resource #3:40000@e1000000 for 0000:00:02.0 > PCI: Failed to allocate mem resource #0:400@e1000000 for 0000:00:1d.7 > PCI: Failed to allocate mem resource #2:200@e1000000 for 0000:00:1e.2 > PCI: Failed to allocate mem resource #3:100@e1000000 for 0000:00:1e.2 167c202 < MEM window: fe900000-fe9fffff --- > MEM window: disabled. 168a204 > PCI: Failed to allocate mem resource #0:10000@0 for 0000:02:00.0 171c207 < MEM window: fe800000-fe8fffff --- > MEM window: disabled. 175c211 < MEM window: fe700000-fe7fffff --- > MEM window: disabled. - 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/