Searched refs:ega_init (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/isa/ |
H A D | ega.c | 110 static void ega_init(struct ega_config *, bus_space_tag_t, bus_space_tag_t, 393 ega_init(struct ega_config *vc, bus_space_tag_t iot, bus_space_tag_t memt, int mono) in ega_init() function 508 ega_init(dc, ia->ia_iot, ia->ia_memt, 0); in ega_attach() 512 ega_init(dc, ia->ia_iot, ia->ia_memt, 1); in ega_attach() 541 ega_init(&ega_console_dc, iot, memt, mono); in ega_cnattach()
|