Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/10/2000 14:44:14
Module Name: syssrc
Committed By: lukem
Date: Sun Sep 10 11:44:13 UTC 2000
Modified Files:
syssrc/sys/dev/ic: vga.c
syssrc/sys/dev/wscons: wsdisplay.c wsdisplayvar.h
Log Message:
* rename vga_stdscreen* -> vga_25lscreen*
* in vga_init(), set the screen type to WSCONS_DEFAULT_TYPE, which defaults
to "80x25".
XXX: the code currently makes no attempt to ensure that a font
with the appropriate width & height is available, effectively
limiting this default to either "80x25" or "80x24" at this
time.
* make wsdisplay_screentype_pick() non static, so that vga_init() can use it
To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 syssrc/sys/dev/ic/vga.c
cvs rdiff -r1.39 -r1.40 syssrc/sys/dev/wscons/wsdisplay.c
cvs rdiff -r1.16 -r1.17 syssrc/sys/dev/wscons/wsdisplayvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.