Searched refs:ide (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/boot/platform/atari_m68k/
H A Dtoscalls.cpp121 int ide = -(err + 456); local
122 // ide status reg
124 if (ide & (1 << 1)) { // track 0 not found
126 } else if (ide & (1 << 0)) { // DAM not found
128 } else if (ide & (1 << 4)) { // ID field not found
130 } else if (ide & (1 << 7)) { // bad block mark
132 } else if (ide & (1 << 6)) { // uncorrectable error
134 } else if (ide & (1 << 2)) { // command aborted
136 } else if (ide & (1 << 5)) { // media change
138 } else if (ide
[all...]
/haiku/src/tests/
H A Dqemu-boot-test99 $EMULATOR -drive file=$TEST_FILE,format=raw,if=ide

Completed in 114 milliseconds