Re: [PATCH 3/3] atiixp.c: add cable detection support for ATI IDE

2007-01-09 Thread Conke Hu
On 1/7/07, Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> wrote: On 1/6/07, Conke Hu <[EMAIL PROTECTED]> wrote: > IDE HDD does not work if it uses a 40-pin PATA cable on ATI chipset. > This patch fixes the bug. > > Signed-off-by: Conke Hu <[EMAIL PROTECTED]> Acked-by: Bartlomiej Zolnierkiewicz <[

Re: [PATCH 3/3] atiixp.c: add cable detection support for ATI IDE

2007-01-09 Thread Jeff Garzik
Conke Hu wrote: --- linux-2.6.20-rc4/drivers/ide/pci/atiixp.c.32007-01-09 15:37:42.0 +0800 +++ linux-2.6.20-rc4/drivers/ide/pci/atiixp.c2007-01-09 15:40:08.0 +0800 @@ -291,8 +291,12 @@ fast_ata_pio: Your patches are still getting word-wrapped...

Re: [PATCH 3/3] atiixp.c: add cable detection support for ATI IDE

2007-01-09 Thread Bartlomiej Zolnierkiewicz
The good news is that it doesn't matter now as Andrew fixed Conke's patches manually and applied them to -mm [ but without my Acked-by-s :( ]. On 1/9/07, Jeff Garzik <[EMAIL PROTECTED]> wrote: Conke Hu wrote: > > --- linux-2.6.20-rc4/drivers/ide/pci/atiixp.c.32007-01

Re: [PATCH 3/3] atiixp.c: add cable detection support for ATI IDE

2007-01-09 Thread Andrew Morton
On Tue, 9 Jan 2007 14:54:01 +0100 "Bartlomiej Zolnierkiewicz" <[EMAIL PROTECTED]> wrote: > The good news is that it doesn't matter now as Andrew fixed Conke's patches > manually and applied them to -mm I applied three pathces, but there's been such a storm of inadequately changelogged mangled pat

Re: [PATCH 3/3] atiixp.c: add cable detection support for ATI IDE

2007-01-09 Thread Conke Hu
On 1/10/07, Andrew Morton <[EMAIL PROTECTED]> wrote: Here are the three patches. Conke, can you please tell us whether this is all correct and complete? From: "Conke Hu" <[EMAIL PROTECTED]> A previous patch to atiixp.c was removed but some code has not been cleaned. Now we remove these code s