[PATCH] (2.6.20-rc7) alim15x3: fix PIO mode setup

2007-02-03 Thread Sergei Shtylyov
The driver's tuneproc() method fails to set the drive's own speed -- fix this by renaming the function to ali15x3_tune_pio() and wrapping the new tuneproc() method around it and making it return the mode set, update the heading comment. Also, setting PIO mode via the speedproc() method does not

Re: [PATCH] (2.6.20-rc7) alim15x3: fix PIO mode setup

2007-02-03 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 ali15x3_tune_pio() and wrapping the new tuneproc() method around it and making it return the mode set, update the heading comment. Also, setting PIO mode via