Home
last modified time | relevance | path

Searched refs:vga_cnattach (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/sys/arch/i386/i386/
Dwscons_machdep.c112 if (!vga_cnattach(I386_BUS_SPACE_IO, I386_BUS_SPACE_MEM, -1, 1)) in wscninit()
/mirbsd/src/sys/dev/isa/
Dvga_isa.c109 return (vga_cnattach(iot, memt, WSDISPLAY_TYPE_ISAVGA, 1));
/mirbsd/src/sys/dev/ic/
Dvgavar.h169 int vga_cnattach(bus_space_tag_t, bus_space_tag_t, int, int);
Dvga.c567 vga_cnattach(iot, memt, type, check) in vga_cnattach() function
/mirbsd/src/sys/dev/pci/
Dvga_pci.c297 return (vga_cnattach(iot, memt, WSDISPLAY_TYPE_PCIVGA, 0));