LE_ISAPNP_MEMSIZE
if (bus_dmamem_alloc(dmat, LE_ISAPNP_MEMSIZE, PAGE_SIZE, 0, &seg, 1,
if (bus_dmamem_map(dmat, &seg, rseg, LE_ISAPNP_MEMSIZE,
if (bus_dmamap_create(dmat, LE_ISAPNP_MEMSIZE, 1,
LE_ISAPNP_MEMSIZE, 0, BUS_DMA_NOWAIT, &lesc->sc_dmam)) {
sc->sc_mem, LE_ISAPNP_MEMSIZE, NULL, BUS_DMA_NOWAIT)) {
sc->sc_memsize = LE_ISAPNP_MEMSIZE;
bus_dmamem_unmap(dmat, sc->sc_mem, LE_ISAPNP_MEMSIZE);