Hello, This patchset updates EH speed down logic such that... * Speed down rules are less conservative. For example, falling back to PIO was triggered if there have been more than 10 ATA_BUS, TOUT_HSM or UNK_DEV in 5 minutes. However, 11 timeouts can't happen in five minutes as each timeout is 30 secs long. * Consecutive errors occurring right after data transfer mode (NCQ on/off and xfermode) has been changed trigger fast back-to-back speed downs. This helps libata EH find the correct transfer mode faster such that the user is bored less and higher level probing (partition scanning) doesn't fail. This patchset contains 8 patches. The first five prepare for speed down logic update. The 6th one relaxes existing speed down rules. The last two implement fast speed down after transfer mode change. This patchset is on top of update-EH-configurat-behavior patchset[1]. Thanks. -- tejun [1] http://thread.gmane.org/gmane.linux.ide/24281 - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html