diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index edd7ae6419d2..4d679e89c92d 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -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 diff --git a/sys/amd64/conf/MINIMAL b/sys/amd64/conf/MINIMAL index 5f99f85b996d..3c9dc8f4df5b 100644 --- a/sys/amd64/conf/MINIMAL +++ b/sys/amd64/conf/MINIMAL @@ -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 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 26bdf4a53ed0..679fc8b706f8 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -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 diff --git a/sys/i386/conf/MINIMAL b/sys/i386/conf/MINIMAL index 1716f8018c36..d9d556048b76 100644 --- a/sys/i386/conf/MINIMAL +++ b/sys/i386/conf/MINIMAL @@ -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