Format: AllC/C++CSSTextshell script Advanced Search
91: er = (ataErrorIn(drv) & 0x7F) | ((sts << 2) & 0x80); 92: er = ERR_ATA(er); 93: }
238: 239: #define ERR_ATASENSE ERR_ATA(0xF0) 240: