otus_free_list
otus_free_list(sc, data, ndata);
otus_free_list(sc, sc->sc_tx, OTUS_TX_LIST_COUNT);
otus_free_list(sc, sc->sc_rx, OTUS_RX_LIST_COUNT);
static void otus_free_list(struct otus_softc *, struct otus_data [], int);