icu_intr_establish
icu_intr_establish(maa->ma_irq, IST_EDGE, IPL_SERIAL, zshard, zsc);
void *icu_intr_establish(int, int, int, int (*)(void *), void *);
return icu_intr_establish(ih, IST_LEVEL, level, func, arg);
cookie = icu_intr_establish(irq, IST_EDGE, IPL_BIO, func, arg);