Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/30/1996 22:50:01
jtc
Mon Sep 30 15:41:02 PDT 1996
Update of /cvsroot/src/distrib/notes
In directory netbsd1:/var/slash-tmp/cvs-serv22980

Revision/Branch: netbsd-1-2

Modified Files:
	INSTALL 
Log Message:
updated INSTALL notes

abrown
Mon Sep 30 15:41:03 PDT 1996
Update of /cvsroot/src/sys/arch/sparc/dev
In directory netbsd1:/var/slash-tmp/cvs-serv22180

Added Files:
	cgfourteen.c cgfourteenreg.h cgfourteenvar.h 
Log Message:
Initial commit of cg14 framebuffer driver for Sun4m SPARCs.
- This driver supports the on-board mbus-based cgfourteen (sometimes referred
  to as "SX") video hardware present on SS20-class machines.
- It does *not* support any of the SX acceleration features.
- It does support the 8-bit mode of the hardware, and looks to X like
  a cgthree.
- It does support the cg6-style hardware cursor, even when running X in
  cgthree emulation.
- It does support DPMS power-down of compatible displays on later-revision
  cg14's.
- There is code to support the true color (32-bit) mode of the cg14 as 
  cg8 emulation, but it is disabled by default because it is most likely
  broken. #define CG14_CG8 to turn it on.

The driver is not yet installed in the conf files, but I will do so
shortly...


abrown
Mon Sep 30 15:43:39 PDT 1996
Update of /cvsroot/src/sys/arch/sparc/conf
In directory netbsd1:/var/slash-tmp/cvs-serv23188

Modified Files:
	files.sparc 
Log Message:
Add cgfourteen driver as device "cgfourteen"


abrown
Mon Sep 30 15:49:13 PDT 1996
Update of /cvsroot/src/sys/arch/sparc/sparc
In directory netbsd1:/var/slash-tmp/cvs-serv23701

Modified Files:
	conf.c 
Log Message:
Add cgfourteen frame buffer at device major number 99. This is what Solaris
uses; I don't have access to a SunOS system with a cg14 to tell what
it uses.