Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Bang Jun-Young <junyoung@netbsd.org>
List: source-changes
Date: 10/15/2002 21:14:43
Module Name:	syssrc
Committed By:	junyoung
Date:		Tue Oct 15 18:14:43 UTC 2002

Modified Files:
	syssrc/sys/conf: files
	syssrc/sys/dev/ic: vga_subr.c vgavar.h
Added Files:
	syssrc/sys/dev/ic: vga_raster.c videomode.h

Log Message:
Add VGA raster graphics console driver. It is written as an extension
to char-cell based vga(4) driver, and fully compatible with existing
apps like XFree86. Currently it supports 80x25, 80x30, 80x40 and 80x50
text modes using emulation. You can enable it by specifying `options
VGA_RASTERCONSOLE' in your kernel config file.

Note that displaying multilingual text doesn't work yet. Necessary
code is already there, but userland stuff and some functionality isn't
finished for primetime yet. I'm working on them.


To generate a diff of this commit:
cvs rdiff -r1.571 -r1.572 syssrc/sys/conf/files
cvs rdiff -r0 -r1.1 syssrc/sys/dev/ic/vga_raster.c \
    syssrc/sys/dev/ic/videomode.h
cvs rdiff -r1.10 -r1.11 syssrc/sys/dev/ic/vga_subr.c
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/ic/vgavar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.