Return-path: Received: from mail-vc0-f174.google.com ([209.85.220.174]:37964 "EHLO mail-vc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932123Ab2GFVeo (ORCPT ); Fri, 6 Jul 2012 17:34:44 -0400 MIME-Version: 1.0 In-Reply-To: References: <20120313081235.GC15333@redhat.com> <20120528140448.GA22783@redhat.com> <20120529092154.GA2441@redhat.com> <20120702053110.GA2500@redhat.com> Date: Fri, 6 Jul 2012 14:34:42 -0700 Message-ID: (sfid-20120706_233450_901057_D694F753) Subject: Re: Initializing iwl3945 error From: Yinghai Lu To: Bjorn Helgaas Cc: Kamil Grzebien , Stanislaw Gruszka , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Fri, Jul 6, 2012 at 1:38 PM, Bjorn Helgaas wrote: > pci 0000:0b:00.0: reg 10: [mem 0xf1eff000-0xf1efffff] > -pci 0000:00:1c.1: BAR 15: assigned [mem 0xf0200000-0xf03fffff 64bit pref] > +pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 0b-0b] > add_size 1000 > +pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus > 0b-0b] add_size 200000 > +pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] > get_res_add_size add_size 200000 > +pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 > +pci 0000:00:1c.1: BAR 15: assigned [mem 0xf0400000-0xf05fffff 64bit pref] > pci_bus 0000:0b: resource 1 [mem 0xf1e00000-0xf1efffff] > -pci_bus 0000:0b: resource 2 [mem 0xf0200000-0xf03fffff 64bit pref] > +pci_bus 0000:0b: resource 2 [mem 0xf0400000-0xf05fffff 64bit pref] Those wild print out about add_size is used to double check if the option size is passed correctly. diff between 3.3 and 3.4: in kernel 3.4, 1c.0 pref mem64 get allocated before 1c.1 pref mem64. that should be caused by: We replaced local version resource list with generic list. But that should not be reason for why 3.3 does not work on Kamil's setup. I would suspect that pci pm change fixes the problem. Thanks Yinghai