]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC automatic vt(4) selection for UEFI boot
authoremaste <emaste@FreeBSD.org>
Tue, 2 Sep 2014 22:01:14 +0000 (22:01 +0000)
committeremaste <emaste@FreeBSD.org>
Tue, 2 Sep 2014 22:01:14 +0000 (22:01 +0000)
commit63a3fa9dd01a9f60382de27d62550a7fdcfb0659
tree04d481eaf7cd8b86629e0e4335e0ae58b04046e3
parentad2653d85efb9e1ad4b671687bcf5e3d6b9d3d06
MFC automatic vt(4) selection for UEFI boot

r268158: Prefer vt(4) for UEFI boot

  The UEFI framebuffer driver vt_efifb requires vt(4), so add a
  mechanism for the startup routine to set the preferred console.
  This change is ugly because console init happens very early in the
  boot, making a cleaner interface difficult.  This change is intended
  only to facilitate the sc(4) / vt(4) transition, and can be reverted
  once vt(4) is the default.

r268160: Fix typos in VTY constant names from r268158

r268982: Don't pass null kmdp to preload_search_info

  On Xen PVH guests kmdp == NULL.

Sponsored by: The FreeBSD Foundation
sys/amd64/amd64/machdep.c
sys/kern/kern_cons.c
sys/sys/cons.h