NetBSD/sys/arch/sgimips/gio/files.gio
sekiya 9c873da232 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.
2004-07-06 23:51:40 +00:00

27 lines
576 B
Plaintext

# $NetBSD: files.gio,v 1.6 2004/07/06 23:51:40 sekiya Exp $
device gio {[slot = -1], [addr = -1]}
attach gio at giobus
file arch/sgimips/gio/gio.c gio needs-flag
device hpc {[offset = -1]}
attach hpc at gio
file arch/sgimips/hpc/hpc.c hpc
include "arch/sgimips/hpc/files.hpc"
# XL graphics
device newport: wsemuldisplaydev
attach newport at gio
file arch/sgimips/gio/newport.c newport needs-flag
# GR2 graphics
device grtwo: wsemuldisplaydev
attach grtwo at gio
file arch/sgimips/gio/grtwo.c grtwo needs-flag
# Challenge/S mezzanine I/O board..
# Other GIO boards..