INB
#define INB(x) *((volatile uint8_t *) (CONADDR + ((x) * 4)))
#define INB(x) *((volatile uint8_t *) (CONADDR + (x)))
#define INB(x) *((volatile uint8_t *) ((CONADDR) + (x)))
#define INB(sc, p) (delay(100), printf("inb(%x)=%x\n", (uint)sc->sc_ioh+p, bus_space_read_1(sc->sc_iot, sc->sc_ioh, p)), delay(100), bus_space_read_1(sc->sc_iot, sc->sc_ioh, (p)))
#define INB(sc, p) (delay(100), bus_space_read_1(sc->sc_iot, sc->sc_ioh, (p)))
#define INB(bktr,offset) bktr_INB(bktr,offset)
#define INB(sc, off) \