[PATCH] au1xxx: fix au1xxx_set_pio_mode()

2007-07-26 Thread Bartlomiej Zolnierkiewicz
Set transfer mode on the device before programming the host controller for the new timings (matches what auide_tune_chipset() is doing wrt DMA modes). Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> --- drivers/ide/mips/au1xxx-ide.c |7 +++ 1 file changed, 3 insertions(+), 4

Re: [PATCH] au1xxx: fix au1xxx_set_pio_mode()

2007-07-26 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: Set transfer mode on the device before programming the host controller for the new timings (matches what auide_tune_chipset() is doing wrt DMA modes). It's not that the most other drives are doing something different... :-) Signed-off-by: Bartlomiej Zolnier

Re: [PATCH] au1xxx: fix au1xxx_set_pio_mode()

2007-07-28 Thread Bartlomiej Zolnierkiewicz
On Thursday 26 July 2007, Sergei Shtylyov wrote: > Bartlomiej Zolnierkiewicz wrote: > > > Set transfer mode on the device before programming the host controller for > > the new timings (matches what auide_tune_chipset() is doing wrt DMA modes). > >It's not that the most other drives are doing