vga_init
void vga_init(struct vga_config *, bus_space_tag_t, bus_space_tag_t);
vga_init(vc, iot, memt);
vga_init(&vga_console_vc, iot, memt);