mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
285c793501
commit
fb94df0e92
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue