Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/isa/
H A Dweasel_isa.c92 if (sum == OS_READY) in weasel_isa_init()
95 if (sum != OS_READY) { in weasel_isa_init()
362 if (reg == OS_READY) in weasel_isa_wdog_query_state()
H A Dweaselreg.h103 #define OS_READY 0x00 /* ready for commands */ macro