[PATCH] (2.6.20) cmd64x: fix PIO mode setup (take 3)

2007-02-06 Thread Sergei Shtylyov
The driver's tuneproc() method fails to set the drive's own speed -- fix this by renaming the function to cmd64x_tune_pio(), making it return the mode set, and wrapping the new tuneproc() method around it; while at it, also get rid of the non-working prefetch control code (filtering out related

Re: [PATCH] (2.6.20) cmd64x: fix PIO mode setup (take 3)

2007-02-06 Thread Mikael Pettersson
Sergei Shtylyov writes: The driver's tuneproc() method fails to set the drive's own speed -- fix this by renaming the function to cmd64x_tune_pio(), making it return the mode set, and wrapping the new tuneproc() method around it; while at it, also get rid of the non-working prefetch

Re: [PATCH] (2.6.20) cmd64x: fix PIO mode setup (take 3)

2007-02-06 Thread Bartlomiej Zolnierkiewicz
Sergei Shtylyov wrote: The driver's tuneproc() method fails to set the drive's own speed -- fix this by renaming the function to cmd64x_tune_pio(), making it return the mode set, and wrapping the new tuneproc() method around it; while at it, also get rid of the non-working prefetch control

Re: [PATCH] (2.6.20) cmd64x: fix PIO mode setup (take 3)

2007-02-06 Thread Bartlomiej Zolnierkiewicz
On Tuesday 06 February 2007 22:11, Mikael Pettersson wrote: Sergei Shtylyov writes: The driver's tuneproc() method fails to set the drive's own speed -- fix this by renaming the function to cmd64x_tune_pio(), making it return the mode set, and wrapping the new tuneproc() method