]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ahci: extend data io wait to 10s
authorMark Langsdorf <mark.langsdorf@gmail.com>
Thu, 4 Jun 2015 23:58:46 +0000 (00:58 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:49 +0000 (00:42 +0200)
commit89f1054d88e12b374f0327436e80b635ba797818
treea9e59a714f813622fcac5467878d55e0aba36f4b
parent099228de416b12dced4c28e9205d79e4713920f3
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>
drivers/block/ahci.c