Format: AllC/C++CSSTextshell script Advanced Search
33: /* Reset the interrupt */ 34: ataStatusIn(drv); 35: }
119: for (tm = 0;;) { 120: st = ataStatusIn(drv); 121: if ((st & stBSY) == 0) return E_OK;