Searched defs:vgatext_softc (Results 1 – 2 of 2) sorted by relevance
139 struct vgatext_softc { struct140 struct vgaregmap regs;141 struct vgaregmap fb;142 off_t fb_size;143 int fb_regno;144 dev_info_t *devi;168 static int vgatext_devinit(struct vgatext_softc *, struct vis_devinit *data); argument
67 struct vgatext_softc { struct68 struct vgaregmap regs;69 struct vgaregmap fb;70 off_t fb_size;71 int fb_regno;72 dev_info_t *devi;73 int mode; /* KD_TEXT or KD_GRAPHICS */74 caddr_t text_base; /* hardware text base */75 char shadow[TEXT_ROWS*TEXT_COLS*2];76 caddr_t current_base; /* hardware or shadow */[all …]