summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2014-04-27 02:22:21 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2014-04-27 02:22:21 +0000
commitd89a83edd05d3053c410d8b216e1884b43b8d9c4 (patch)
tree77c8fb2f893c0f4336c5977e4a38dd927bee2ef2 /sys/amd64/conf
parenta1630fad26750df586174ac536278eafe5852a48 (diff)
downloadFreeBSD-src-d89a83edd05d3053c410d8b216e1884b43b8d9c4.zip
FreeBSD-src-d89a83edd05d3053c410d8b216e1884b43b8d9c4.tar.gz
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.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/VT1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/VT b/sys/amd64/conf/VT
index 7d0547f..c11f1af 100644
--- a/sys/amd64/conf/VT
+++ b/sys/amd64/conf/VT
@@ -12,3 +12,4 @@ nodevice vga
device vt
device vt_vga
+device vt_efifb
OpenPOWER on IntegriCloud