Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dunichromefb.c131 struct wsscreen_descr unichromefb_stdscreen = { variable
219 &unichromefb_stdscreen,
322 vcons_init(&sc->sc_vd, sc, &unichromefb_stdscreen, in unichromefb_attach()
340 unichromefb_stdscreen.ncols = ri->ri_cols; in unichromefb_attach()
341 unichromefb_stdscreen.nrows = ri->ri_rows; in unichromefb_attach()
342 unichromefb_stdscreen.textops = &ri->ri_ops; in unichromefb_attach()
343 unichromefb_stdscreen.capabilities = ri->ri_caps; in unichromefb_attach()
344 unichromefb_stdscreen.modecookie = NULL; in unichromefb_attach()
346 wsdisplay_cnattach(&unichromefb_stdscreen, ri, 0, 0, defattr); in unichromefb_attach()