[PATCH] (pata-2.6 fix queue) piix/slc90e66: more tuneproc() fixing (take 2)

2007-02-09 Thread Sergei Shtylyov
The tuneproc() method in both these drivers failed to set the drive's own speed. Fix this by renaming the function and wrapping around it the new tuneproc() method. Switch back to calling tuneproc() in the PIO fallback code. While at it, also convert the rest of the PIO timing code into proper C.

Re: [PATCH] (pata-2.6 fix queue) piix/slc90e66: more tuneproc() fixing (take 2)

2007-02-09 Thread Bartlomiej Zolnierkiewicz
On Friday 09 February 2007 22:41, Sergei Shtylyov wrote: The tuneproc() method in both these drivers failed to set the drive's own speed. Fix this by renaming the function and wrapping around it the new tuneproc() method. Switch back to calling tuneproc() in the PIO fallback code. While at