Searched defs:vgatext_softc (Results 1 – 2 of 2) sorted by relevance
142 struct vgatext_softc { struct143 struct vgaregmap regs;144 struct vgaregmap fb;145 off_t fb_size;146 int fb_regno;147 dev_info_t *devi;148 int mode; /* KD_TEXT or KD_GRAPHICS */149 caddr_t text_base; /* hardware text base */173 static int vgatext_devinit(struct vgatext_softc *, struct vis_devinit *data); argument
68 struct vgatext_softc { struct69 struct vgaregmap regs;70 struct vgaregmap fb;71 off_t fb_size;72 int fb_regno;73 dev_info_t *devi;74 int mode; /* KD_TEXT or KD_GRAPHICS */75 caddr_t text_base; /* hardware text base */76 char shadow[TEXT_ROWS*TEXT_COLS*2];77 caddr_t current_base; /* hardware or shadow */[all …]