pckbd_is_console
static int pckbd_is_console(pckbc_tag_t, pckbc_slot_t);
return (pckbd_is_console(pa->pa_tag, pa->pa_slot) ? 1 : 0);
isconsole = pckbd_is_console(pa->pa_tag, pa->pa_slot);