loadfont
et_inittextmode(struct ite_softc *ip, et_sv_reg_t *etregs, int loadfont)
if (loadfont) { /* XXX: We should set the colormap */
if (loadfont || (etregs == &loc_regs))
loadfont(regs, fb);
static void loadfont(volatile uint8_t *, uint8_t *fb);