Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/
H A Dvoodoofb.c131 static struct vcons_screen voodoofb_console_screen; variable
453 ri = &voodoofb_console_screen.scr_ri; in voodoofb_attach()
455 vcons_init_screen(&sc->vd, &voodoofb_console_screen, 1, in voodoofb_attach()
457 voodoofb_console_screen.scr_flags |= VCONS_SCREEN_IS_STATIC; in voodoofb_attach()
465 if (voodoofb_console_screen.scr_ri.ri_rows == 0) { in voodoofb_attach()
467 vcons_init_screen(&sc->vd, &voodoofb_console_screen, in voodoofb_attach()
542 vcons_replay_msgbuf(&voodoofb_console_screen); in voodoofb_attach()