diff options
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 4fa748e9bc01..242eb2646101 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -256,12 +256,13 @@ enum { | |||
256 | ATA_TMOUT_INTERNAL_QUICK = 5000, | 256 | ATA_TMOUT_INTERNAL_QUICK = 5000, |
257 | ATA_TMOUT_MAX_PARK = 30000, | 257 | ATA_TMOUT_MAX_PARK = 30000, |
258 | 258 | ||
259 | /* FIXME: GoVault needs 2s but we can't afford that without | 259 | /* |
260 | * parallel probing. 800ms is enough for iVDR disk | 260 | * GoVault needs 2s and iVDR disk HHD424020F7SV00 800ms. 2s |
261 | * HHD424020F7SV00. Increase to 2secs when parallel probing | 261 | * is too much without parallel probing. Use 2s if parallel |
262 | * is in place. | 262 | * probing is available, 800ms otherwise. |
263 | */ | 263 | */ |
264 | ATA_TMOUT_FF_WAIT = 800, | 264 | ATA_TMOUT_FF_WAIT_LONG = 2000, |
265 | ATA_TMOUT_FF_WAIT = 800, | ||
265 | 266 | ||
266 | /* Spec mandates to wait for ">= 2ms" before checking status | 267 | /* Spec mandates to wait for ">= 2ms" before checking status |
267 | * after reset. We wait 150ms, because that was the magic | 268 | * after reset. We wait 150ms, because that was the magic |