summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-04-25 21:47:24 +0000
committergjb <gjb@FreeBSD.org>2014-04-25 21:47:24 +0000
commit69c3e6933b6946c49fe99b19986f018d71621980 (patch)
tree0358931261dc2ee79d43eb17af6ce3274bcac368 /sys/amd64/conf
parent908975c9165c0ef74e2ef0663f52724663f851a6 (diff)
downloadFreeBSD-src-69c3e6933b6946c49fe99b19986f018d71621980.zip
FreeBSD-src-69c3e6933b6946c49fe99b19986f018d71621980.tar.gz
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
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/UEFI11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/amd64/conf/UEFI b/sys/amd64/conf/UEFI
new file mode 100644
index 0000000..a069097
--- /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
OpenPOWER on IntegriCloud