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

Submitted by:	gibbs
This commit is contained in:
David Greenman 1997-02-14 03:13:37 +00:00
parent 6858c47aeb
commit 0305f20493
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22697

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