Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 01/31/2003 23:57:28
Module Name:	src
Committed By:	tsutsui
Date:		Fri Jan 31 21:57:27 UTC 2003

Modified Files:
	src/sys/conf: files
	src/sys/dev/ic: vga.c vga_raster.c vga_subr.c vgareg.h vgavar.h

Log Message:
Changes to allow machines which don't use text mode at the boot time
to use generic VGA driver(s):
- Allow VGA drivers to use wsfont instead of builtin font.
- Add vga_reset() function, which will be called from MD consinit(),
  to put VGA into text mode. This function is enabled by options VGA_RESET.


To generate a diff of this commit:
cvs rdiff -r1.592 -r1.593 src/sys/conf/files
cvs rdiff -r1.67 -r1.68 src/sys/dev/ic/vga.c
cvs rdiff -r1.9 -r1.10 src/sys/dev/ic/vga_raster.c
cvs rdiff -r1.13 -r1.14 src/sys/dev/ic/vga_subr.c
cvs rdiff -r1.5 -r1.6 src/sys/dev/ic/vgareg.h
cvs rdiff -r1.17 -r1.18 src/sys/dev/ic/vgavar.h

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