[PATCH 1/1] UBUNTU: SAUCE: Increase ATA_TMOUT_FF_WAIT to 5 seconds.

TJ ubuntu at tjworld.net
Wed Feb 25 19:03:10 UTC 2009


Bug: #286672

Some SATA devices will not be ready within the 800ms so increase
this to 5 seconds to match ATA_TMOUT_PMP_SRST_WAIT introduced
in b65db6fd5d34.

Signed-off-by: TJ <ubuntu at tjworld.net>
---
 include/linux/libata.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/libata.h b/include/linux/libata.h
index 3462c03..23ebc0d 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -252,7 +252,7 @@ enum {
 	 * HHD424020F7SV00.  Increase to 2secs when parallel probing
 	 * is in place.
 	 */
-	ATA_TMOUT_FF_WAIT	=  800,
+	ATA_TMOUT_FF_WAIT	=  5000,
 
 	/* Spec mandates to wait for ">= 2ms" before checking status
 	 * after reset.  We wait 150ms, because that was the magic
-- 
1.6.0.4






More information about the kernel-team mailing list