Search | Google it | Results 1 - 1 of 1 for funcall:ataSetDrive from tkernel_2/driver/tef_em1d/sysdsk/src/ata.c (0.00 seconds) |
165: /* Set drive */ 166: for (n = 0; (er = ataSetDrive(drv, -1)) != E_OK; n++) { 167: /* Ignore errors because it might not be the ready-status yet 311: /* Set it to drive 0 to make sure */ 312: ataSetDrive(drv, 0); 313: return er;