Subject: CVS commit: src/sys/arch/sgimips/gio
To: None <source-changes@NetBSD.org>
From: Christopher SEKIYA <sekiya@netbsd.org>
List: source-changes
Date: 03/18/2004 08:52:04
Module Name:	src
Committed By:	sekiya
Date:		Thu Mar 18 08:52:04 UTC 2004

Added Files:
	src/sys/arch/sgimips/gio: grtwo.c

Log Message:
Checkpoint the GR2 wscons driver.  Heavily derived from lonewolf@'s newport
driver.  Still some issues:

* framebuffer setup seems incomplete.  Some drawing primitives work 100%
  of the time, while others fail one in ten tries.  Perhaps my board is
  slightly broken, as the exact model as probed by ARCS seems to shift
  between Elan and XS24 from time to time.
* characters are drawn bottom-up rather than top-down (as the wsfont
  definitions expect).


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 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.