From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: Boot fails on Intel SATA controller Date: Wed, 01 Aug 2007 15:06:20 +0900 Message-ID: <46B022DC.4070001@gmail.com> References: <20070731110059.4bae43d4@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from qb-out-0506.google.com ([72.14.204.238]:1960 "EHLO qb-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753109AbXHAGG2 (ORCPT ); Wed, 1 Aug 2007 02:06:28 -0400 Received: by qb-out-0506.google.com with SMTP id e11so110884qbe for ; Tue, 31 Jul 2007 23:06:27 -0700 (PDT) In-Reply-To: <20070731110059.4bae43d4@localhost> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: "Luiz Fernando N. Capitulino" Cc: linux-ide@vger.kernel.org, kelk1@comcast.net Hello, Luiz Fernando N. Capitulino wrote: > Hi there, > > A Mandriva user is reporting that his machine hangs while booting > kernels 2.6.22.1 and 2.6.23-rc1. > > But boots fine with 2.6.21. > > Here is the 2.6.22 boot log: > > """ > SCSI subsystem initialized > Loading scsi_mod.ko module > Loading libata.ko module > ACPI: PCI Interrupt 0000:00:1f.2[C] -> Loading ahci.ko GSI 20 (level, low) -> > IRQ 18 > module > input: ImPS/2 Logitech Wheel Mouse as /class/input/input1 > ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 4 ports 1.5 Gbps 0xf impl IDE mode > ahci 0000:00:1f.2: flags: 64bit ncq pm led slum part > scsi0 : ahci > scsi1 : ahci > scsi2 : ahci > scsi3 : ahci > ata1: SATA max UDMA/133 cmd 0xf881ad00 ctl 0x00000000 bmdma 0x00000000 irq 18 > ata2: SATA max UDMA/133 cmd 0xf881ad80 ctl 0x00000000 bmdma 0x00000000 irq 18 > ata3: SATA max UDMA/133 cmd 0xf881ae00 ctl 0x00000000 bmdma 0x00000000 irq 18 > ata4: SATA max UDMA/133 cmd 0xf881ae80 ctl 0x00000000 bmdma 0x00000000 irq 18 > ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) > ata1.00: qc timeout (cmd 0x27) > ata1.00: ata_hpa_resize 1: hpa sectors (0) is smaller than sectors (781422768) > ata1.00: ATA-7: HDS724040KLSA80, KFAOA20N, max UDMA/133 > ata1.00: 781422768 sectors, multi 8: LBA48 > ata1.00: failed to set xfermode (err_mask=0x40) > ata1: failed to recover some devices, retrying in 5 secs What happens after this? -- tejun