rman_get_bustag
sc->xl_btag = rman_get_bustag(sc->xl_res);
sc->xl_ftag = rman_get_bustag(sc->xl_fres);
sc->dc_btag = rman_get_bustag(sc->dc_res);
sc->tulip_csrs_bst = rman_get_bustag(res);
sc->osdep.mem_bus_space_tag = rman_get_bustag(sc->memory);
rman_get_bustag(sc->flash);
sc->osdep.mem_bus_space_tag = rman_get_bustag(sc->memory);
rman_get_bustag(sc->ioport);
sc->pcn_btag = rman_get_bustag(sc->pcn_res);
sc->pcn_btag = rman_get_bustag(sc->pcn_res);
sc->rl_btag = rman_get_bustag(sc->rl_res);
sc->rl_btag = rman_get_bustag(sc->rl_res);
sc->vmx_iot0 = rman_get_bustag(sc->vmx_res0);
sc->vmx_iot1 = rman_get_bustag(sc->vmx_res1);
sc->sc_st = (HAL_BUS_TAG) rman_get_bustag(psc->sc_sr);
sc->sc_mem_bt = rman_get_bustag(sc->sc_mem_res);
sc->sc_st = rman_get_bustag(sc->mem);
sc->sc_st = rman_get_bustag(sc->mem);
sc->sc_st = rman_get_bustag(sc->mem);
sc->malo_io0t = rman_get_bustag(psc->malo_res_mem[0]);
sc->malo_io1t = rman_get_bustag(psc->malo_res_mem[1]);
sc->sc_io0t = rman_get_bustag(psc->sc_sr0);
sc->sc_io1t = rman_get_bustag(psc->sc_sr1);
sc->sc_st = rman_get_bustag(psc->mem);
pc->pc_st = rman_get_bustag(pc->mem);
bus_space_tag_t rman_get_bustag(struct resource *);
*tagp = rman_get_bustag(res);