Skip to content
Snippets Groups Projects
Commit 69a52b80 authored by Gary Bisson's avatar Gary Bisson Committed by Troy Kisky
Browse files

ahci: extend data io wait to 20s


Some drives take even more than 10s to respond to the initial data
command while they're spinning up.

Signed-off-by: default avatarLaci Tele <laci@boundarydevices.com>
Signed-off-by: default avatarGary Bisson <gary.bisson@boundarydevices.com>
parent 62138567
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ struct ahci_uc_priv *probe_ent = NULL; ...@@ -46,7 +46,7 @@ struct ahci_uc_priv *probe_ent = NULL;
/* Maximum timeouts for each event */ /* Maximum timeouts for each event */
#define WAIT_MS_SPINUP 20000 #define WAIT_MS_SPINUP 20000
#define WAIT_MS_DATAIO 10000 #define WAIT_MS_DATAIO 20000
#define WAIT_MS_FLUSH 5000 #define WAIT_MS_FLUSH 5000
#define WAIT_MS_LINKUP 200 #define WAIT_MS_LINKUP 200
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment