ioh_vga 261 dev/ic/vga.c bus_space_handle_t ioh_vga, ioh_6845, memh; ioh_vga 269 dev/ic/vga.c if (bus_space_map(iot, 0x3c0, 0x10, 0, &ioh_vga)) ioh_vga 274 dev/ic/vga.c regval = bus_space_read_1(iot, ioh_vga, 0xc); ioh_vga 300 dev/ic/vga.c bus_space_write_1(iot, ioh_vga, VGA_ATC_INDEX, ioh_vga 302 dev/ic/vga.c regval = bus_space_read_1(iot, ioh_vga, VGA_ATC_DATAR); ioh_vga 304 dev/ic/vga.c bus_space_write_1(iot, ioh_vga, VGA_ATC_DATAW, regval ^ 0x0f); ioh_vga 305 dev/ic/vga.c bus_space_write_1(iot, ioh_vga, VGA_ATC_INDEX, ioh_vga 308 dev/ic/vga.c if (bus_space_read_1(iot, ioh_vga, VGA_ATC_DATAR) != (regval ^ 0x0f)) ioh_vga 311 dev/ic/vga.c bus_space_write_1(iot, ioh_vga, VGA_ATC_DATAW, regval); ioh_vga 316 dev/ic/vga.c bus_space_unmap(iot, ioh_vga, 0x10);