From 8be1b6d975fae2513af1b0e5ad6923c3c2428ddd Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Fri, 25 Apr 2014 21:47:24 +0000 Subject: [PATCH] Add a UEFI kernel configuration to include the VT kernel, and replace the vt_vga driver with vt_efifb. This is intended to help with snapshot builds only. There is no intention to MFC this commit. Sponsored by: The FreeBSD Foundation --- sys/amd64/conf/UEFI | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sys/amd64/conf/UEFI diff --git a/sys/amd64/conf/UEFI b/sys/amd64/conf/UEFI new file mode 100644 index 000000000000..a06909776be8 --- /dev/null +++ b/sys/amd64/conf/UEFI @@ -0,0 +1,11 @@ +# VT -- kernel config using the vt(9) system console instead of legacy syscons +# +# For more information see https://wiki.freebsd.org/Newcons +# +# $FreeBSD$ + +include VT +ident UEFI + +nodevice vt_vga +device vt_efifb