aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt
diff options
context:
space:
mode:
authorAleksandr Rybalko <ray@FreeBSD.org>2014-05-05 21:49:31 +0000
committerAleksandr Rybalko <ray@FreeBSD.org>2014-05-05 21:49:31 +0000
commitac7073a9d55fee5ec1ca4f0f583ed3b05e7ce92d (patch)
treea608a52cdafec8ffbdd3833dc1210eab46b63de9 /sys/dev/vt
parent4dde16408cf427ae87881684f990cc79d313cdef (diff)
Notes
Diffstat (limited to 'sys/dev/vt')
-rw-r--r--sys/dev/vt/hw/ofwfb/ofwfb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/vt/hw/ofwfb/ofwfb.c b/sys/dev/vt/hw/ofwfb/ofwfb.c
index b5f8e5989757..724572544467 100644
--- a/sys/dev/vt/hw/ofwfb/ofwfb.c
+++ b/sys/dev/vt/hw/ofwfb/ofwfb.c
@@ -63,6 +63,7 @@ static vd_blank_t ofwfb_blank;
static vd_bitbltchr_t ofwfb_bitbltchr;
static const struct vt_driver vt_ofwfb_driver = {
+ .vd_name = "ofwfb",
.vd_init = ofwfb_init,
.vd_blank = ofwfb_blank,
.vd_bitbltchr = ofwfb_bitbltchr,