From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758228AbXJHBEE (ORCPT ); Sun, 7 Oct 2007 21:04:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754878AbXJHBDw (ORCPT ); Sun, 7 Oct 2007 21:03:52 -0400 Received: from wa-out-1112.google.com ([209.85.146.180]:18169 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754345AbXJHBDv (ORCPT ); Sun, 7 Oct 2007 21:03:51 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=aCGKz/fr2DG0PTuAyUX/w6rk2CTj9uI4dSJj5YpRWzQyRXc2pmxTJu7MPg5hzkRjhn5LGOp4qWfNRV1D36xwKpOLb0x5ooZhSwVwumjg8mHLQdEHMJoZYbSJPeeLe2gwUxyji+vR88tvYgfVpZ3+NvdgMlABuvKBVAE4kOHUSWg= Message-ID: <470981EE.30103@gmail.com> Date: Mon, 08 Oct 2007 10:03:42 +0900 From: Tejun Heo User-Agent: Icedove 1.5.0.10 (X11/20070307) MIME-Version: 1.0 To: hgsolari@gmail.com CC: linux-kernel , IDE/ATA development list , linux acpi Subject: Re: Serial ATA does not find partitions (Hitachi HD, new? ATI controller) where old SATA works References: <46FC4384.7080607@df.uba.ar> <46FCCD57.2020507@gmail.com> <47014740.5080002@df.uba.ar> <4701EA71.2000609@gmail.com> <470220FE.2090506@gmail.com> <47044C6C.5030905@gmail.com> <47083555.2060605@gmail.com> In-Reply-To: <47083555.2060605@gmail.com> X-Enigmail-Version: 0.94.2.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hello, Hernan. Hernan G Solari wrote: > >> If you can set up a serial console, it would be better. If not, can you >> please take a photo of the crash and post it? >> > I am running short of elements, no digital camera o movil phone for the > case or serial link. > However, what it is on the screen when it crashes follows: > > KERNEL 2.6.23-rc8 > -----------------------------------------------------begin screen dump > PCI: Bridge: 0000:00:14.4 > IO window: a000-afff > MEM window: d0300000-d03fffff > PREFETCH window: 50000000-53ffffff > PCI: Enabling device 0000:00:04.0 (0000 -> 0002) > PCI: Enabling device 0000:08:01.0 (0000 -> 0003) > ACPI: PCI Interrupt 0000:08:01.0[A] -> GSI 23 (level, low) -> IRQ 23 > NET: Registered protocol family 2 > IP route cache hash table entries: 32768 (order: 6, 262144 bytes) > TCP established hash table entries: 131072 (order: 9, 3145728 bytes) > TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) > TCP: Hash tables configured (established 131072 bind 65536) > TCP reno registered > Simple Boot Flag at 0x36 set to 0x1 > Total HugeTLB memory allocated, 0 > Installing knfsd (copyright (C) 1996 okir@monad.swb.de). > io scheduler noop registered > io scheduler deadline registered > io scheduler cfq registered (default) > PCI: MSI quirk detected. MSI deactivated. > assign_interrupt_mode Found MSI capability > assign_interrupt_mode Found MSI capability > assign_interrupt_mode Found MSI capability > assign_interrupt_mode Found MSI capability Hmmm... and the kernel freezes after this? libata driver isn't initialized yet. I don't think libata has anything to do with here. Thanks. -- tejun