Add vt(4) driver name for ofwfb driver.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
ray 2014-05-05 21:49:31 +00:00
parent cc38cb22e9
commit 59ef450874

View File

@ -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,