Changed timeout for requesting sense from 100ms to 1 second.
Submitted by: gibbs
This commit is contained in:
parent
06954db53d
commit
0cf12c5095
@ -1217,8 +1217,7 @@ ahc_handle_seqint(ahc, intstat)
|
||||
* retrieve the sense.
|
||||
*/
|
||||
untimeout(ahc_timeout, (caddr_t)scb);
|
||||
timeout(ahc_timeout, (caddr_t)scb,
|
||||
(100 * hz) / 1000);
|
||||
timeout(ahc_timeout, (caddr_t)scb, hz);
|
||||
break;
|
||||
}
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user