Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/hil/
Dhilms.c118 if (sc->sc_features & HIL_IOB) { in hilmsattach()
131 sc->sc_features &= ~(HIL_IOB | HILIOB_PIO); in hilmsattach()
Dhilreg.h152 #define HIL_IOB 0x10 /* I/O description byte follows */ macro
Dhilkbd.c173 if (ha->ha_infolen > 2 && (ha->ha_info[1] & HIL_IOB) != 0) { in hilkbdattach()