Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 05/14/1998 13:50:01
drochner
Thu May 14 13:49:56 PDT 1998
Update of /cvsroot/src/sys/arch/alpha/tc
In directory nb00:/tmp/cvs-serv8035/arch/alpha/tc

Modified Files:
	cfb.c sfb.c 
Log Message:
Simple screen attribute handling for wscons.
The graphics device driver passes a "default attribute" for normal text
output to the wscons framework. If the emulation module needs more 
attributes (for different "renditions") it can allocate them via a
callback.
For now, only the "sun" emulation makes use of it.


drochner
Thu May 14 13:49:56 PDT 1998
Update of /cvsroot/src/sys/dev/ic
In directory nb00:/tmp/cvs-serv8035/dev/ic

Modified Files:
	vga.c 
Log Message:
Simple screen attribute handling for wscons.
The graphics device driver passes a "default attribute" for normal text
output to the wscons framework. If the emulation module needs more 
attributes (for different "renditions") it can allocate them via a
callback.
For now, only the "sun" emulation makes use of it.


drochner
Thu May 14 13:49:56 PDT 1998
Update of /cvsroot/src/sys/dev/pci
In directory nb00:/tmp/cvs-serv8035/dev/pci

Modified Files:
	tga.c 
Log Message:
Simple screen attribute handling for wscons.
The graphics device driver passes a "default attribute" for normal text
output to the wscons framework. If the emulation module needs more 
attributes (for different "renditions") it can allocate them via a
callback.
For now, only the "sun" emulation makes use of it.


drochner
Thu May 14 13:49:57 PDT 1998
Update of /cvsroot/src/sys/dev/wscons
In directory nb00:/tmp/cvs-serv8035/dev/wscons

Modified Files:
	files.wscons wscons_raster.h wscons_rinit.c wscons_rops.c 
	wsdisplay.c wsdisplayvar.h wsemul_dumb.c wsemul_sun.c 
	wsemulvar.h 
Log Message:
Simple screen attribute handling for wscons.
The graphics device driver passes a "default attribute" for normal text
output to the wscons framework. If the emulation module needs more 
attributes (for different "renditions") it can allocate them via a
callback.
For now, only the "sun" emulation makes use of it.