OBOE_ISR
uint8_t irqstat = INB(sc, OBOE_ISR);
OUTB(sc, irqstat, OBOE_ISR);
OUTB(sc, 0xff, OBOE_ISR);
OUTB(sc, 0x00, OBOE_ISR); /* XXX: should i do this to disable ints? */