ACPIMCFG_SIZE_PER_BUS
size *= ACPIMCFG_SIZE_PER_BUS;
ACPIMCFG_SIZE_PER_BUS;
size = (mr->bus_end - mr->bus_start + 1) * ACPIMCFG_SIZE_PER_BUS;
n = (mapsize - (mr->address - mapaddr)) / ACPIMCFG_SIZE_PER_BUS;
baddr = seg->ms_address + (bus * ACPIMCFG_SIZE_PER_BUS);
error = bus_space_map(seg->ms_bst, baddr, ACPIMCFG_SIZE_PER_BUS, 0,
bus_space_unmap(seg->ms_bst, bsh, ACPIMCFG_SIZE_PER_BUS);
baddr = seg->ms_address + (b * ACPIMCFG_SIZE_PER_BUS);
ACPIMCFG_SIZE_PER_BUS, 0, &bsh[b]);
ACPIMCFG_SIZE_PER_BUS);