gapspci.c | 67 bus_space_handle_t tmp_memh; local in function:gaps_match 69 if (bus_space_map(ga->ga_memt, 0x01001400, 0x100, 0, &tmp_memh) != 0) 72 bus_space_read_region_1(ga->ga_memt, tmp_memh, 0, idbuf, sizeof(idbuf)); 74 bus_space_unmap(ga->ga_memt, tmp_memh, 0x100);
|