x86 GENERIC/MINIMAL: group sc(4) devices together
The vga and splash devices are part of the sc(4) system console. vt(4) uses the vt_vga driver instead, and has some limited splash support directly in vt_core.c. Leave the sc(4) options in GENERIC/MINIMAL (for now) but group them together under an sc(4) comment. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
777526ed83
commit
28dcccc129
@ -212,11 +212,9 @@ device psm # PS/2 mouse
|
||||
|
||||
device kbdmux # keyboard multiplexer
|
||||
|
||||
device vga # VGA video card driver
|
||||
|
||||
device splash # Splash screen and screen saver support
|
||||
|
||||
# syscons is the legacy console driver, resembling an SCO console
|
||||
device vga # VGA video card driver
|
||||
device splash # Splash screen and screen saver support
|
||||
device sc
|
||||
options SC_PIXEL_MODE # add support for the raster text mode
|
||||
|
||||
|
@ -104,11 +104,9 @@ device psm # PS/2 mouse
|
||||
|
||||
device kbdmux # keyboard multiplexer
|
||||
|
||||
device vga # VGA video card driver
|
||||
|
||||
device splash # Splash screen and screen saver support
|
||||
|
||||
# syscons is the legacy console driver, resembling an SCO console
|
||||
device vga # VGA video card driver
|
||||
device splash # Splash screen and screen saver support
|
||||
device sc
|
||||
options SC_PIXEL_MODE # add support for the raster text mode
|
||||
|
||||
|
@ -181,11 +181,9 @@ device psm # PS/2 mouse
|
||||
|
||||
device kbdmux # keyboard multiplexer
|
||||
|
||||
device vga # VGA video card driver
|
||||
|
||||
device splash # Splash screen and screen saver support
|
||||
|
||||
# syscons is the legacy console driver, resembling an SCO console
|
||||
device vga # VGA video card driver
|
||||
device splash # Splash screen and screen saver support
|
||||
device sc
|
||||
options SC_PIXEL_MODE # add support for the raster text mode
|
||||
|
||||
|
@ -115,11 +115,9 @@ device psm # PS/2 mouse
|
||||
|
||||
device kbdmux # keyboard multiplexer
|
||||
|
||||
device vga # VGA video card driver
|
||||
|
||||
device splash # Splash screen and screen saver support
|
||||
|
||||
# syscons is the legacy console driver, resembling an SCO console
|
||||
device vga # VGA video card driver
|
||||
device splash # Splash screen and screen saver support
|
||||
device sc
|
||||
options SC_PIXEL_MODE # add support for the raster text mode
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user