Add vt(4) to GENERIC and retire the separate VT config
vt(4) and sc(4) can now coexist in the same kernel. To choose the vt driver, set the loader tunable kern.vty=vt .
This commit is contained in:
parent
4bfdbb0b56
commit
30dbb3eabc
@ -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
|
||||
|
@ -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
|
@ -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)
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user