Changed timeout for requesting sense from 100ms to 1 second.

Submitted by:	gibbs
This commit is contained in:
dg 1997-02-14 03:13:37 +00:00
parent 06954db53d
commit 0cf12c5095

View File

@ -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;
}
/*