When initing new card wait yp to 3 seconds to read old values.

This commit is contained in:
Marty Kraimer
1995-08-18 17:59:09 +00:00
parent 79c01170e8
commit 3e20abece8

View File

@@ -137,8 +137,8 @@ LOCAL long init_1771Ofe(struct aoRecord *prec)
"devAiAb1771Ife (init_record) startScan");
break;
}
/*wait for up to 1 seconds*/
for(failed=0; failed<10; failed++) {
/*wait for up to 3 seconds*/
for(failed=0; failed<30; failed++) {
taskDelay(vxTicksPerSecond/10);
drvStatus = (*pabDrv->getStatus)(drvPvt);
if(drvStatus==abSuccess) {