Home
last modified time | relevance | path

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

/openbsd/sys/dev/hil/
H A Dhilms.c121 if (sc->sc_features & HIL_IOB) { in hilmsattach()
134 sc->sc_features &= ~(HIL_IOB | HILIOB_PIO); in hilmsattach()
H A Dhilreg.h151 #define HIL_IOB 0x10 /* I/O description byte follows */ macro
H A Dhilkbd.c174 if (ha->ha_infolen > 2 && (ha->ha_info[1] & HIL_IOB) != 0) { in hilkbdattach()