Search | Google it | Results 1 - 1 of 1 for funcall:ataStatusIn from tkernel_2/driver/tef_em1d/sysdsk/src/ataio.c (0.00 seconds) |
119: for (tm = 0;;) { 120: st = ataStatusIn(drv); 121: if ((st & stBSY) == 0) return E_OK; 153: if (master == TRUE || ataSetDrive(drv, 0x100) == E_OK) { 154: if ((ataStatusIn(drv) & stBSY) == 0) break; 155: } 156: if (drv->Spec.pccard && ataStatusIn(drv) == 0xff) break; 157: /* There is no card */