Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/sgimips/gio
Module Name: src
Committed By: sekiya
Date: Tue Jul 6 23:51:40 UTC 2004
Modified Files:
src/sys/arch/sgimips/gio: files.gio gio.c grtwo.c
Log Message:
Many fixes to the grtwo wscons driver:
* fills seem to be broken. Avoid filling large vertical regions; instead,
attempt to break it up into managable chunks. This doesn't work perfectly
either, so clear the screen row-by-row (which does work).
* Characters are now right-side-up
* the driver now uses screen coordinates properly.
With the exception of column erases (which fall prey to the fill issue), the
driver is now usable.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/sgimips/gio/files.gio
cvs rdiff -r1.15 -r1.16 src/sys/arch/sgimips/gio/gio.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/sgimips/gio/grtwo.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index