Re: [PATCH] scc_pata.c: Workaround for errata A308 (take 2)

2007-07-18 Thread Bartlomiej Zolnierkiewicz
On Wednesday 18 July 2007, Bartlomiej Zolnierkiewicz wrote: > On Tuesday 17 July 2007, Akira Iguchi wrote: > > Workaround for errata A308: turn down the UDMA mode and retry > > the DMA command when the data lost condition is detected. > > > > take2: > > udma_filter() hook is used to limit ATAPI UD

Re: [PATCH] scc_pata.c: Workaround for errata A308 (take 2)

2007-07-18 Thread Bartlomiej Zolnierkiewicz
On Tuesday 17 July 2007, Akira Iguchi wrote: > Workaround for errata A308: turn down the UDMA mode and retry > the DMA command when the data lost condition is detected. > > take2: > udma_filter() hook is used to limit ATAPI UDMA mode. > > Signed-off-by: Kou Ishizaki <[EMAIL PROTECTED]> > Signed-o

[PATCH] scc_pata.c: Workaround for errata A308 (take 2)

2007-07-16 Thread Akira Iguchi
Workaround for errata A308: turn down the UDMA mode and retry the DMA command when the data lost condition is detected. take2: udma_filter() hook is used to limit ATAPI UDMA mode. Signed-off-by: Kou Ishizaki <[EMAIL PROTECTED]> Signed-off-by: Akira Iguchi <[EMAIL PROTECTED]> --- --- linux-powerp