IM_ALLOC_INT
if (inb(BASE + INTR_STAT_REG_B) & IM_ALLOC_INT)
mask = inb(BASE + INTR_MASK_REG_B) | IM_ALLOC_INT;
if (status & IM_ALLOC_INT) {
mask &= ~IM_ALLOC_INT;