hil_intr
intr_establish(hil_intr, sc, ia->ia_ipl, ISRPRI_TTY);
gsc->sc_ih = hppa_intr_establish(IPL_TTY, hil_intr, sc,
int hil_intr(void *);