freebsd-dev/sys/amd64/conf/VT
Nathan Whitehorn 8bcbebe741 Add vt_efifb to VT kernel configuration now that that actually works. This
kernel will now boot on both BIOS and EFI systems without modification.
Equivalent functionality in GENERIC requires making vt(9) the default console
driver, which is probably appropriate at this point.
2014-04-27 02:22:21 +00:00

16 lines
331 B
Plaintext

# VT -- kernel config using the vt(9) system console instead of legacy syscons
#
# For more information see https://wiki.freebsd.org/Newcons
#
# $FreeBSD$
include GENERIC
ident VT
nodevice sc
nodevice vga
device vt
device vt_vga
device vt_efifb