commit | f8b009e8b783519023ab4ee0bfff59c0eef3ffdd | [log] [tgz] |
---|---|---|
author | Mark Langsdorf <mark.langsdorf@gmail.com> | Fri Jun 05 00:58:46 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 12 16:53:04 2015 -0400 |
tree | c8080fdb24b28947910eabdf8bf82d7ea2d8166a | |
parent | 2b42c9317db730170ba8e1eb1c0417955c6e68bb [diff] |
ahci: extend data io wait to 10s The AHCI driver currently waits 5s before timing out when sending a data command to a drive. Some drives take upwards of 8s to respond to the initial data command while they're spinning up. Increase the data io timeout to 10s so that those drives can be found on initial scsi scan. Signed-off-by: Mark Langsdorf <mark.langsdorf@gmail.com> Signed-off-by: Andre Przywara <osp@andrep.de>