tws_intr
if (bus_setup_intr(sc->tws_dev, sc->irq_res, INTR_MPSAFE, tws_intr, sc,
extern void tws_intr(void *arg);
tws_intr(sc);
void tws_intr(void *arg);