]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ide: actually honor drive's minimum PIO/DMA cycle times
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Mon, 26 Jun 2006 07:26:15 +0000 (00:26 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:27 +0000 (09:58 -0700)
commit17c1033d331a430ce631805e15215e63b4cce764
tree3ec734f17ecc4a77116388947e8ee96426ee2d01
parent178184b60979992508130741f16499c360bc9c9a
[PATCH] ide: actually honor drive's minimum PIO/DMA cycle times

The function ide_timing_compute() fails to *actually* take drive's
specified minimum PIO/DMA cycle times into account -- when doing this, it
calls ide_timing_merge() on the 'struct ide_timing' argument which contains
garbage at the moment, and then ultimately destroys the read cycle time by
quantizing the ide_timing[] entry, instead of copying from that entry to
the argument structure, and only then doing a merge/quantize.

Cc: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/ide/ide-timing.h