Comment out VGA_RASTEROPS; even the fine manpage says that it's deprecated

in favor of wscons(4).
This commit is contained in:
dogcow 2007-03-15 17:06:17 +00:00
parent d515e7b784
commit 0bb5e8a5a4
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: ALL,v 1.88 2007/03/14 12:27:22 drochner Exp $
# $NetBSD: ALL,v 1.89 2007/03/15 17:06:17 dogcow Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "ALL-$Revision: 1.88 $"
#ident "ALL-$Revision: 1.89 $"
maxusers 32 # estimated number of users
@ -281,7 +281,7 @@ options VGA_CONSOLE_ATI_BROKEN_FONTSEL
# console scrolling support.
options WSDISPLAY_SCROLLSUPPORT
# enable VGA raster mode capable of displaying multilingual text on console
options VGA_RASTERCONSOLE
#options VGA_RASTERCONSOLE
# enable splash screen support; requires hw driver support
#options SPLASHSCREEN
#options SPLASHSCREEN_PROGRESS