vga_cnattach
return vga_cnattach(iot, memt, WSDISPLAY_TYPE_JAZZVGA, 1);
vga_cnattach(vga_iot, vga_memt, 8, 0);
vga_cnattach(&prep_io_space_tag, &prep_mem_space_tag, -1, 1);
vga_cnattach(&footbridge_pci_io_bs_tag,
if (!vga_cnattach(&mvmeppc_io_space_tag, &mvmeppc_mem_space_tag,
if (!vga_cnattach(&prep_io_space_tag, &prep_mem_space_tag,
ret = vga_cnattach(iot, memt, WSDISPLAY_TYPE_ISAVGA, 1);
if (!vga_cnattach(x86_bus_space_io, x86_bus_space_mem,
vga_cnattach(x86_bus_space_io, x86_bus_space_mem,
int vga_cnattach(bus_space_tag_t, bus_space_tag_t, int, int);
return (vga_cnattach(iot, memt, WSDISPLAY_TYPE_ISAVGA, 1));
return (vga_cnattach(iot, memt, WSDISPLAY_TYPE_PCIVGA, 0));