aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2019-06-04 18:11:12 +0000
committerEd Maste <emaste@FreeBSD.org>2019-06-04 18:11:12 +0000
commitfb3993a12df0f5e8e5b2da9e74cd059e457a230f (patch)
tree467d2b49361fe70a5938a161dd6f7e9954a16fa4 /sys/dev/vt
parent5bdf6659cce31149ad6ca89ef930ce361ea1e524 (diff)
Notes
Diffstat (limited to 'sys/dev/vt')
-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 c3ae3bff30fe..861a9cd60502 100644
--- a/sys/dev/vt/hw/efifb/efifb.c
+++ b/sys/dev/vt/hw/efifb/efifb.c
@@ -64,6 +64,8 @@ static struct vt_driver vt_efifb_driver = {
.vd_setpixel = vt_fb_setpixel,
.vd_fb_ioctl = vt_fb_ioctl,
.vd_fb_mmap = vt_fb_mmap,
+ .vd_suspend = vt_suspend,
+ .vd_resume = vt_resume,
/* Better than VGA, but still generic driver. */
.vd_priority = VD_PRIORITY_GENERIC + 1,
};