summaryrefslogtreecommitdiffstats
path: root/sys/dev/vt/hw/fb/vt_early_fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/vt/hw/fb/vt_early_fb.c')
-rw-r--r--sys/dev/vt/hw/fb/vt_early_fb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/vt/hw/fb/vt_early_fb.c b/sys/dev/vt/hw/fb/vt_early_fb.c
index ff50a9c..187f7f7 100644
--- a/sys/dev/vt/hw/fb/vt_early_fb.c
+++ b/sys/dev/vt/hw/fb/vt_early_fb.c
@@ -61,6 +61,8 @@ static struct vt_driver vt_fb_early_driver = {
.vd_blank = vt_fb_blank,
.vd_bitblt_text = vt_fb_bitblt_text,
.vd_bitblt_bmp = vt_fb_bitblt_bitmap,
+ .vd_drawrect = vt_fb_drawrect,
+ .vd_setpixel = vt_fb_setpixel,
.vd_priority = VD_PRIORITY_GENERIC,
};
OpenPOWER on IntegriCloud