Searched refs:vga_init (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/rs6000/stand/boot/
H A Dboot.h65 void vga_init(u_char *);
/netbsd-6-1-5-RELEASE/sys/arch/prep/stand/boot/
H A Dboot.h68 void vga_init(u_char *);
H A Dcons.c145 vga_init((u_char *)cp->address);
H A Dvga.c424 vga_init(u_char *ISA_mem) function
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dboot.h98 void vga_init(u_char *);
H A Dcons.c201 vga_init((u_char *)cp->address);
H A Dvga.c422 vga_init(u_char *ISA_mem) function
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dvga.c122 void vga_init(struct vga_config *, bus_space_tag_t, bus_space_tag_t);
527 vga_init(struct vga_config *vc, bus_space_tag_t iot, bus_space_tag_t memt) function
537 panic("vga_init: couldn't map vga io");
545 panic("vga_init: couldn't map 6845 io");
548 panic("vga_init: couldn't map memory");
552 panic("vga_init: mem subrange failed");
575 panic("vga_init: can't load console font");
612 vga_init(vc, iot, memt);
679 vga_init(&vga_console_vc, iot, memt);

Completed in 104 milliseconds