Subject: CVS commit: src/sys/dev/sbus
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 08/26/2007 00:39:40
Module Name:	src
Committed By:	macallan
Date:		Sun Aug 26 00:39:39 UTC 2007

Modified Files:
	src/sys/dev/sbus: files.sbus
Added Files:
	src/sys/dev/sbus: agten.c

Log Message:
add a driver for Fujitsu AG-10e graphics boards
Features so far:
- use the blitter for scrolling and solid fills
- the usual wscons stuff, virtual consoles etc.
Things missing:
- /dev/fb* support
- XFree86 support although wsfb in 8bit should work
- hardware cursor support for X
- character drawing in hardware so we can run the blitter completely
  asynchronous


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/dev/sbus/agten.c
cvs rdiff -r1.30 -r1.31 src/sys/dev/sbus/files.sbus

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