git: kernel/syscons: Add EFI Framebuffer support.
Imre Vadasz
ivadasz at crater.dragonflybsd.org
Thu Feb 25 06:23:03 PST 2016
commit 428805e99fd0d65a977c904ce549d13ac91cd982
Author: Imre Vadász <imre at vdsz.com>
Date: Thu Feb 11 23:36:49 2016 +0100
kernel/syscons: Add EFI Framebuffer support.
* Uses the SC_DFLT_FONT kernel configuration option by default, which is
required for a usable EFI framebuffer console (otherwise no font would
be available there, resulting in invisible text).
Summary of changes:
sys/bus/isa/syscons_isa.c | 7 +++
sys/config/X86_64_GENERIC | 5 +-
sys/dev/misc/syscons/syscons.c | 99 +++++++++++++++++++++++++-------------
sys/dev/misc/syscons/syscons.h | 1 +
sys/platform/pc64/x86_64/machdep.c | 1 +
5 files changed, 79 insertions(+), 34 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/428805e99fd0d65a977c904ce549d13ac91cd982
--
DragonFly BSD source repository
More information about the Commits
mailing list