BONITO_NINTS
struct intrhand *bonito_intrhand[BONITO_NINTS];
if (irq >= BONITO_NINTS || irq == BONITO_ISA_IRQ(2) || irq < 0)
if (irq >= BONITO_NINTS || irq == BONITO_ISA_IRQ(2) || irq < 0)
uint intrlevel[BONITO_NINTS];
for (irq = 0; irq < BONITO_NINTS; irq++) {
for (irq = 0; irq < BONITO_NINTS; irq++)
extern struct intrhand *bonito_intrhand[BONITO_NINTS];
nh->ih_irq = irq + BONITO_NINTS;
ih->ih_irq - BONITO_NINTS);