Searched refs:vga_cnattach (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/prep/prep/
H A Dconsinit.c120 if (!vga_cnattach(&prep_io_space_tag, &prep_mem_space_tag,
/netbsd-6-1-5-RELEASE/sys/arch/xen/x86/
H A Dconsinit.c165 vga_cnattach(x86_bus_space_io, x86_bus_space_mem,
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dvga_isa.c121 return (vga_cnattach(iot, memt, WSDISPLAY_TYPE_ISAVGA, 1));
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dconsinit.c174 if (!vga_cnattach(x86_bus_space_io, x86_bus_space_mem,
/netbsd-6-1-5-RELEASE/sys/arch/shark/ofw/
H A Dvga_ofbus.c162 ret = vga_cnattach(iot, memt, WSDISPLAY_TYPE_ISAVGA, 1);
/netbsd-6-1-5-RELEASE/sys/arch/arc/jazz/
H A Dvga_jazzio.c175 return vga_cnattach(iot, memt, WSDISPLAY_TYPE_JAZZVGA, 1);
/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/mvmeppc/
H A Dmachdep.c224 if (!vga_cnattach(&mvmeppc_io_space_tag, &mvmeppc_mem_space_tag,
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dvgavar.h201 int vga_cnattach(bus_space_tag_t, bus_space_tag_t, int, int);
H A Dvga.c670 vga_cnattach(bus_space_tag_t iot, bus_space_tag_t memt, int type, int check) function
684 panic("vga_cnattach: invalid screen type");
H A Dvga_raster.c330 vga_cnattach(bus_space_tag_t iot, bus_space_tag_t memt, int type, int check) function
/netbsd-6-1-5-RELEASE/sys/arch/atari/pci/
H A Dpci_vga.c225 vga_cnattach(vga_iot, vga_memt, 8, 0);
/netbsd-6-1-5-RELEASE/sys/arch/bebox/bebox/
H A Dmachdep.c250 vga_cnattach(&prep_io_space_tag, &prep_mem_space_tag, -1, 1);
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dvga_pci.c288 return (vga_cnattach(iot, memt, WSDISPLAY_TYPE_PCIVGA, 0));
/netbsd-6-1-5-RELEASE/sys/arch/cats/cats/
H A Dcats_machdep.c961 vga_cnattach(&footbridge_pci_io_bs_tag,

Completed in 202 milliseconds