Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 10/27/2000 10:24:05
Module Name:	syssrc
Committed By:	nisimura
Date:		Fri Oct 27 07:24:05 UTC 2000

Modified Files:
	syssrc/sys/dev/tc: cfb.c sfb.c tfb.c xcfb.c

Log Message:
Fix errors in initializing the software copy of 256 entry colormap
stored in device softc.  rasops_cmap[] array is orginazed in 256
iteration of 3 byte long RBG triplet, which does not match with
struct wsdisplay_cmap design.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 syssrc/sys/dev/tc/cfb.c
cvs rdiff -r1.37 -r1.38 syssrc/sys/dev/tc/sfb.c
cvs rdiff -r1.27 -r1.28 syssrc/sys/dev/tc/tfb.c
cvs rdiff -r1.20 -r1.21 syssrc/sys/dev/tc/xcfb.c

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