Commit simple workarounf for the "LiteOn" hang on boot problem.
This allows the system to boot so I can get the world out of my mailbox and get some work done to figure out what this mess is all about.
This commit is contained in:
parent
d5133b3d64
commit
e954c4b75e
@ -118,6 +118,7 @@ ata_controlcmd(struct ata_device *atadev, u_int8_t command, u_int16_t feature,
|
||||
request->u.ata.feature = feature;
|
||||
request->flags = ATA_R_CONTROL;
|
||||
request->timeout = 5;
|
||||
request->retries = -1;
|
||||
ata_queue_request(request);
|
||||
error = request->result;
|
||||
ata_free_request(request);
|
||||
|
Loading…
Reference in New Issue
Block a user