diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 3a41da340f4..42698896b40 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -184,6 +184,11 @@ device splash # Splash screen and screen saver support device sc options SC_PIXEL_MODE # add support for the raster text mode +# vt is the new video console driver +device vt +device vt_vga +device vt_efifb + device agp # support several AGP chipsets # PCCARD (PCMCIA) support diff --git a/sys/amd64/conf/VT b/sys/amd64/conf/VT deleted file mode 100644 index c11f1afa442..00000000000 --- a/sys/amd64/conf/VT +++ /dev/null @@ -1,15 +0,0 @@ -# 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 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 3948bb20273..0cbf5c8c9e1 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -187,6 +187,10 @@ device splash # Splash screen and screen saver support device sc options SC_PIXEL_MODE # add support for the raster text mode +# vt is the new video console driver +device vt +device vt_vga + device agp # support several AGP chipsets # Power management support (see NOTES for more options) diff --git a/sys/i386/conf/VT b/sys/i386/conf/VT deleted file mode 100644 index 7d0547f1145..00000000000 --- a/sys/i386/conf/VT +++ /dev/null @@ -1,14 +0,0 @@ -# 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