Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758022AbYCYVJS (ORCPT ); Tue, 25 Mar 2008 17:09:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753074AbYCYVJH (ORCPT ); Tue, 25 Mar 2008 17:09:07 -0400 Received: from www17.your-server.de ([213.133.104.17]:47471 "EHLO www17.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753052AbYCYVJG (ORCPT ); Tue, 25 Mar 2008 17:09:06 -0400 Message-ID: <47E969E1.6080608@m3y3r.de> Date: Tue, 25 Mar 2008 22:08:49 +0100 From: Thomas Meyer User-Agent: Thunderbird 2.0.0.12 (X11/20080310) MIME-Version: 1.0 To: Ingo Molnar CC: Stefan Richter , Linus Torvalds , Thomas Gleixner , Ivan Kokshaysky , "Rafael J. Wysocki" , LKML , Adrian Bunk , Andrew Morton , Natalie Protasevich Subject: Re: ohci1394 problem (MMIO broken) (was 2.6.25-rc6-git6: Reported regressions from 2.6.24) References: <47E54FA6.3060809@s5r6.in-berlin.de> <47E557D5.9020604@s5r6.in-berlin.de> <47E807EE.2030902@m3y3r.de> <47E8217C.9080400@s5r6.in-berlin.de> <20080325073117.GA8469@elte.hu> <20080325165007.GA7775@elte.hu> <47E94557.4030001@m3y3r.de> <20080325201125.GD15330@elte.hu> <20080325202954.GA22007@elte.hu> In-Reply-To: <20080325202954.GA22007@elte.hu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: thomas@m3y3r.de Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3251 Lines: 81 Ingo Molnar schrieb: > * Ingo Molnar wrote: > > >>> Modprobing either ohci1394 or firewire_ohci seems to lock up the >>> system. >>> >> that's weird. If you do the modprobe from a VGA console and do a >> 'dmesg -n 8', do you get any ioremap printk shortly before the hard >> lockup? >> > > basically, old ioremap did this: > > [ 162.485605] ACPI: PCI Interrupt 0000:0c:03.0[A] -> GSI 19 (level, low) -> IRQ 19 > [ 162.485695] ioremap: 00000000(00000800) => f8978000 > > the theory (fact?) was that the zero physical address there (the > '00000000') was some 4GB+ address truncated down to 32-bits. > See file attachments of this bug: http://bugzilla.kernel.org/show_bug.cgi?id=10080 and compare lspci -vv from 2.6.25 and 2.6.24: 2.6.25: 0c:03.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 61) (prog-if 10 [OHCI]) Subsystem: Agere Systems FW323 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B+ DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- OTOH, before this system worked for you before, i start to suspect that > ioremap is a red herring here and that it's the code that gets to that > physical address (which is ioremap-ed) is at fault here. > > the hard hang might be your southbridge totally dumbfounded by the host > OS attempting to do an MMIO access to an above-4GB address? > Maybe. Is it important that i have an core duo? (32 bit only - not a the core *2* duo)? > so the question is - what physical address did that ioremap do in 2.6.24 > (which presumly had a working ohci1394, right?), and why did it change > to something else in -git? Is the lspci output sufficient for you? -- 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/