Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 07/31/1999 17:23:50
Module Name:	syssrc
Committed By:	matt
Date:		Sun Aug  1 00:23:49 UTC 1999

Modified Files:
	syssrc/sys/arch/sparc/conf: TADPOLE3GX files.sparc
	syssrc/sys/arch/sparc/include: conf.h fbio.h
	syssrc/sys/arch/sparc/sparc: conf.c
Added Files:
	syssrc/sys/arch/sparc/dev: p9100.c

Log Message:
Initial stab at a P9100 console FB driver for the Tadpole 3GX.
It supports RASTERCONSOLE only and the colormap support is
broken (the hardware doesn't seem to be doing what the tech.
docs. say it should be doing).  But it is usable as a console
(but with blue on white as the only color choice).  I figured
I'd check it in since it is somewhat usable and someone else
might figure what I screwed up in the color map support.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/sparc/conf/TADPOLE3GX
cvs rdiff -r1.81 -r1.82 syssrc/sys/arch/sparc/conf/files.sparc
cvs rdiff -r0 -r1.1 syssrc/sys/arch/sparc/dev/p9100.c
cvs rdiff -r1.15 -r1.16 syssrc/sys/arch/sparc/include/conf.h
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/sparc/include/fbio.h
cvs rdiff -r1.59 -r1.60 syssrc/sys/arch/sparc/sparc/conf.c

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