Changed at5vxi_bi_driver to xy240_bi_driver

This commit is contained in:
Marty Kraimer
1994-09-14 15:23:58 +00:00
parent 40192bd6b3
commit 2a03be3bf3

View File

@@ -198,7 +198,7 @@ static long read_mbbi(struct mbbiRecord *pmbbi)
pvmeio = (struct vmeio *)&(pmbbi->inp.value);
status = at5vxi_bi_driver(pvmeio->card,pmbbi->mask,&value);
status = xy240_bi_driver(pvmeio->card,pmbbi->mask,&value);
if(status==0) {
pmbbi->rval = value;
} else {