Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 06/23/1999 20:51:15
Module Name:	syssrc
Committed By:	nisimura
Date:		Thu Jun 24 03:51:15 UTC 1999

Modified Files:
	syssrc/sys/dev/tc: mfb.c

Log Message:
- Hide memory mapped VDAC hardware register layouts using the array
element access instead of C bitfield (hello, BCPL).
- XXX Some TURBOchannel framebuffers might need shutdownhooks().  It
seems not necessarily hardware sprite cursor images are re-initialized
by DECstation PROMs upon exits from kernel.
- XXX It'd be an arguable point to allow user programs to change the
shade of gray freely for pixel value 0 and 1.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/tc/mfb.c

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