Home
last modified time | relevance | path

Searched refs:RESULT_SEEK (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/bebox/stand/boot/
H A Dfd.c89 #define RESULT_SEEK 0x20 /* seek & recalibrate complete flag on status0 */ macro
317 if (!(stat[0] & RESULT_SEEK)) { in fdstrategy()
368 if (!(stat[0] & RESULT_SEEK) || stat[1] != START_CYL) { in fd_check()