Searched hist:"663 f99b86ac7d4c0eed8c239638da0ea8849288b" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | libata-eh.c | diff 663f99b86ac7d4c0eed8c239638da0ea8849288b Tue Nov 27 04:28:57 CST 2007 Tejun Heo <htejun@gmail.com> libata: adjust speed down rules
Speed down rules were too conservative. Adjust them a bit.
* More than 10 timeouts can't happen in 5 minutes as command timeout is 30secs. Lower the limit for rule #1 to 6.
* 10 timeouts is too high for rule #3 too. Lower it to 6.
* SATAPI can benefit from falling back to PIO too. Allow SATAPI devices to fall back to PIO.
Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
|