summaryrefslogtreecommitdiffstats
path: root/sys/dev/vt/hw/efifb/efifb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/vt/hw/efifb/efifb.c')
-rw-r--r--sys/dev/vt/hw/efifb/efifb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/vt/hw/efifb/efifb.c b/sys/dev/vt/hw/efifb/efifb.c
index ff95391..05b2d79 100644
--- a/sys/dev/vt/hw/efifb/efifb.c
+++ b/sys/dev/vt/hw/efifb/efifb.c
@@ -62,6 +62,8 @@ static struct vt_driver vt_efifb_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_fb_ioctl = vt_fb_ioctl,
.vd_fb_mmap = vt_fb_mmap,
/* Better than VGA, but still generic driver. */
OpenPOWER on IntegriCloud