Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x86/x86/
H A Dgenfb_machdep.c69 static struct wsscreen_descr x86_genfb_stdscreen = { variable
169 x86_genfb_stdscreen.nrows = ri->ri_rows; in x86_genfb_init()
170 x86_genfb_stdscreen.ncols = ri->ri_cols; in x86_genfb_init()
171 x86_genfb_stdscreen.textops = &ri->ri_ops; in x86_genfb_init()
172 x86_genfb_stdscreen.capabilities = ri->ri_caps; in x86_genfb_init()
196 wsdisplay_preattach(&x86_genfb_stdscreen, ri, 0, 0, defattr); in x86_genfb_cnattach()