Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030446AbWJCSCj (ORCPT ); Tue, 3 Oct 2006 14:02:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030448AbWJCSCj (ORCPT ); Tue, 3 Oct 2006 14:02:39 -0400 Received: from smtp.osdl.org ([65.172.181.4]:6548 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1030446AbWJCSCi (ORCPT ); Tue, 3 Oct 2006 14:02:38 -0400 Date: Tue, 3 Oct 2006 11:02:17 -0700 From: Stephen Hemminger To: Kenji Kaneshige Cc: Roland Dreier , linux-kernel@vger.kernel.org, MUNEDA Takahiro , Satoru Takeuchi , Kristen Carlson Accardi , Greg Kroah-Hartman , Andrew Morton , ak@suse.de, davem@davemloft.net Subject: Re: The change "PCI: assign ioapic resource at hotplug" breaks my system Message-ID: <20061003110217.5ea3e152@dxpl.pdx.osdl.net> In-Reply-To: <45225876.1080705@jp.fujitsu.com> References: <45225876.1080705@jp.fujitsu.com> X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; x86_64-redhat-linux-gnu) X-Face: &@E+xe?c%:&e4D{>f1O<&U>2qwRREG5!}7R4;D<"NO^UI2mJ[eEOA2*3>(`Th.yP,VDPo9$ /`~cw![cmj~~jWe?AHY7D1S+\}5brN0k*NE?pPh_'_d>6;XGG[\KDRViCfumZT3@[ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1851 Lines: 41 On Tue, 03 Oct 2006 21:32:54 +0900 Kenji Kaneshige wrote: > Roland Dreier wrote: > > The change "PCI: assign ioapic resource at hotplug" (commit > > 23186279658cea6d42a050400d3e79c56cb459b4 in Linus's tree) makes > > networking stop working on my system (SuperMicro H8QC8 with four > > dual-core Opteron 885 CPUs). In particular, the on-board NIC stops > > working, probably because it gets assigned the wrong IRQ (225 in the > > non-working case, 217 in the working case) > > > > With that patch applied, e1000 doesn't work. Reverting just that > > patch (shown below) from Linus's latest tree fixes things for me. > > > > Please let me know what other debug information might be useful. > > > > The cause of this problem might be an wrong assumption that the 'start' > member of resource structure for ioapic device has non-zero value if the > resources are assigned by firmware. The 'start' member of ioapic device > seems not to be set even though the resources were actually assigned to > ioapic devices by firmware. > > I made a patch to fix this problem against 2.6.18-git18. This patch > checks command register instead of checking 'start' member to see if > the ioapic is already enabled by firmware. Unfortunately, I don't have > any system to reproduce this problem. Could you please try it and let > me know whether the problem is fixed? If the patch below fixes the > problem, I'll resend it with description and Signed-off-by. > > Thanks, > Kenji Kaneshige > This also fixes my problems with the built in tg3 on the dual CPU Opteron IBM workstation. - 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/