Re: Boot fails on Intel SATA controller

2007-07-31 Thread Tejun Heo
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 >

Re: Boot fails on Intel SATA controller

2007-08-01 Thread Quel Qun
-- Original message -- From: Tejun Heo <[EMAIL PROTECTED]> > 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

Re: Boot fails on Intel SATA controller

2007-08-01 Thread Luiz Fernando N. Capitulino
Em Wed, 01 Aug 2007 23:36:07 +0900 Tejun Heo <[EMAIL PROTECTED]> escreveu: | Quel Qun wrote: | > -- Original message -- | > From: Tejun Heo <[EMAIL PROTECTED]> | >> Hello, | >> | >> Luiz Fernando N. Capitulino wrote: | >>> Hi there, | >>> | >>> A Mandriva user is

Re: Boot fails on Intel SATA controller

2007-08-01 Thread Tejun Heo
Quel Qun wrote: > -- Original message -- > From: Tejun Heo <[EMAIL PROTECTED]> >> 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. >>> >>>

Re: Boot fails on Intel SATA controller

2007-08-02 Thread Quel Qun
-- Original message -- From: Tejun Heo <[EMAIL PROTECTED]> > Quel Qun wrote: > > -- Original message -- > > From: Tejun Heo <[EMAIL PROTECTED]> > >> Hello, > >> > >> Luiz Fernando N. Capitulino wrote: > >>> Hi there, > >>> > >>> A

Re: Boot fails on Intel SATA controller

2007-08-03 Thread Tejun Heo
Quel Qun wrote: > ATA device, with non-removable media > powers-up in standby; SET FEATURES subcmd spins-up. > Model Number: HDS724040KLSA80 > Serial Number: KRFS11RAGT2EZC > Firmware Revision: KFAOA20N > Standards: > Used: ATA/AT

Re: Boot fails on Intel SATA controller

2007-08-04 Thread Tejun Heo
Please test the attached patch. -- tejun diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 60e78be..7158a06 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c @@ -1911,7 +1911,8 @@ int ata_dev_configure(struct ata_device *dev) dev->flags |= ATA_DFL

Re: Boot fails on Intel SATA controller

2007-08-06 Thread Quel Qun
The kernel compiles and boots after applying this patch to 2.6.23-rc1. -- Eric -- Original message -- From: Tejun Heo <[EMAIL PROTECTED]> > Please test the attached patch. > > -- > tejun --- Begin Message --- diff --git a/drivers/ata/libata-core.c b/drivers/ata

Re: Boot fails on Intel SATA controller

2007-08-06 Thread Luiz Fernando N. Capitulino
Em Mon, 06 Aug 2007 19:17:32 + [EMAIL PROTECTED] (Quel Qun) escreveu: | The kernel compiles and boots after applying this patch to 2.6.23-rc1. Cool! Tejun, can you CC me when you submit this patch mainline so that I can track its inclusion? Thanks a lot. -- Luiz Fernando N. Capitulino