svn commit: r265398 - head/sys/dev/vt/hw/ofwfb
Aleksandr Rybalko
ray at FreeBSD.org
Mon May 5 21:49:32 UTC 2014
Author: ray
Date: Mon May 5 21:49:31 2014
New Revision: 265398
URL: http://svnweb.freebsd.org/changeset/base/265398
Log:
Add vt(4) driver name for ofwfb driver.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/vt/hw/ofwfb/ofwfb.c
Modified: head/sys/dev/vt/hw/ofwfb/ofwfb.c
==============================================================================
--- head/sys/dev/vt/hw/ofwfb/ofwfb.c Mon May 5 21:48:19 2014 (r265397)
+++ head/sys/dev/vt/hw/ofwfb/ofwfb.c Mon May 5 21:49:31 2014 (r265398)
@@ -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,
More information about the svn-src-all
mailing list