[PATCH] use winbond libata instead of ide driver for pseries CD drives

2007-02-16 Thread Olaf Hering
Change the default for the built-in IDE on p610/p615/p630 from ide to libata. libata has better error handling and the drive can recover when hald does its CD media polling. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- arch/powerpc/configs/ppc64_defconfig |4 ++-- arch/powerpc/confi

Re: [PATCH] use winbond libata instead of ide driver for pseries CD drives

2007-02-16 Thread Sergei Shtylyov
Hello. Olaf Hering wrote: Change the default for the built-in IDE on p610/p615/p630 from ide to libata. libata has better error handling and the drive can recover when hald does its CD media polling. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- arch/powerpc/configs/ppc64_defconfig

Re: [PATCH] use winbond libata instead of ide driver for pseries CD drives

2007-02-16 Thread Bartlomiej Zolnierkiewicz
Hi, On Friday 16 February 2007 10:20, Olaf Hering wrote: > > Change the default for the built-in IDE on p610/p615/p630 from > ide to libata. libata has better error handling and the drive can > recover when hald does its CD media polling. > > Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> Does

Re: [PATCH] use winbond libata instead of ide driver for pseries CD drives

2007-02-16 Thread Bartlomiej Zolnierkiewicz
On Friday 16 February 2007 15:46, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > On Friday 16 February 2007 10:20, Olaf Hering wrote: > > > > Change the default for the built-in IDE on p610/p615/p630 from > > ide to libata. libata has better error handling and the drive can > > recover when hald

Re: [PATCH] use winbond libata instead of ide driver for pseries CD drives

2007-02-16 Thread Bartlomiej Zolnierkiewicz
On Friday 16 February 2007 14:52, Sergei Shtylyov wrote: > I'm sorry, how those 2 drivers can be equivalent?! The pata_winbond > driver > is for VLB only, sl81c105 was for PCI only -- you certainly want to use > pata_sl82c105 (indeed better version of sl82c105 driver). I was under the imp

Re: [PATCH] use winbond libata instead of ide driver for pseries CD drives

2007-02-16 Thread Sergei Shtylyov
Hello, I wrote: Change the default for the built-in IDE on p610/p615/p630 from ide to libata. libata has better error handling and the drive can recover when hald does its CD media polling. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> Index: linux-2.6.20/arch/powerpc/configs/ppc64_defcon

Re: [PATCH] use winbond libata instead of ide driver for pseries CD drives

2007-02-16 Thread Sergei Shtylyov
Hello. Bartlomiej Zolnierkiewicz wrote: I'm sorry, how those 2 drivers can be equivalent?! The pata_winbond driver is for VLB only, sl81c105 was for PCI only -- you certainly want to use pata_sl82c105 (indeed better version of sl82c105 driver). I was under the impression that with your f

Re: [PATCH] use winbond libata instead of ide driver for pseries CD drives

2007-02-16 Thread Bartlomiej Zolnierkiewicz
On Friday 16 February 2007 15:55, Sergei Shtylyov wrote: > Hello. > > Bartlomiej Zolnierkiewicz wrote: > > >>I'm sorry, how those 2 drivers can be equivalent?! The pata_winbond > >> driver > >>is for VLB only, sl81c105 was for PCI only -- you certainly want to use > >>pata_sl82c105 (indee

Re: [PATCH] use winbond libata instead of ide driver for pseries CD drives

2007-02-16 Thread Sergei Shtylyov
Hello. Bartlomiej Zolnierkiewicz wrote: I'm sorry, how those 2 drivers can be equivalent?! The pata_winbond driver is for VLB only, sl81c105 was for PCI only -- you certainly want to use pata_sl82c105 (indeed better version of sl82c105 driver). I was under the impression that with your fi

Re: [PATCH] use winbond libata instead of ide driver for pseries CD drives

2007-02-16 Thread Sergei Shtylyov
Hello, I wrote: I'm sorry, how those 2 drivers can be equivalent?! The pata_winbond driver is for VLB only, sl81c105 was for PCI only -- you certainly want to use pata_sl82c105 (indeed better version of sl82c105 driver). I was under the impression that with your fixes these drivers (sl82c10

Re: [PATCH] use winbond libata instead of ide driver for pseries CD drives

2007-02-16 Thread Olaf Hering
On Fri, Feb 16, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > On Friday 16 February 2007 10:20, Olaf Hering wrote: > > > > Change the default for the built-in IDE on p610/p615/p630 from > > ide to libata. libata has better error handling and the drive can > > recover when hald does its CD media

Re: [PATCH] use winbond libata instead of ide driver for pseries CD drives

2007-02-16 Thread Benjamin Herrenschmidt
On Fri, 2007-02-16 at 17:55 +0300, Sergei Shtylyov wrote: > Hello. > > Bartlomiej Zolnierkiewicz wrote: > > >>I'm sorry, how those 2 drivers can be equivalent?! The pata_winbond > >> driver > >>is for VLB only, sl81c105 was for PCI only -- you certainly want to use > >>pata_sl82c105 (indee

Re: [PATCH] use winbond libata instead of ide driver for pseries CD drives

2007-02-17 Thread Jeff Garzik
Olaf Hering wrote: Change the default for the built-in IDE on p610/p615/p630 from ide to libata. libata has better error handling and the drive can recover when hald does its CD media polling. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- arch/powerpc/configs/ppc64_defconfig |4 ++--