MC_NPAGES
sc->sc_rxbuf = malloc(MC_NPAGES * PAGE_SIZE, M_DEVBUF, M_WAITOK);
memset(sc->sc_rxbuf, 0, MC_NPAGES * PAGE_SIZE);