I8259_ICU
snprintf(buf, len, "irq %d", ih + I8259_ICU);
return intr_establish_xname(ih + I8259_ICU, type, level, func, arg,
intr_establish_xname(epicirq + I8259_ICU, IST_LEVEL, IPL_SERIAL,
epicirq + I8259_ICU);
intr_establish_xname(I8259_ICU + 4, IST_EDGE_RISING, IPL_SCHED, hwintr,
aprint_normal_dev(self, "interrupting at irq %d\n", I8259_ICU + 4);
intr_establish_xname(epicirq + I8259_ICU, IST_LEVEL, IPL_SERIAL,
epicirq + I8259_ICU);
intr_establish_xname(2 + I8259_ICU,