Subject: CVS commit: src/sys/arch/sgimips/dev
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 07/26/2007 02:25:14
Module Name:	src
Committed By:	macallan
Date:		Thu Jul 26 02:25:14 UTC 2007

Modified Files:
	src/sys/arch/sgimips/dev: crmfb.c
Added Files:
	src/sys/arch/sgimips/dev: crmfbreg.h

Log Message:
- move register definitions to crmfbreg.h
- identify as WSDISPLAY_TYPE_CRIME
- always claim we're 32bit
- switch to 32bit colour in WSDISPLAYIO_MODE_MAPPED, switch back to 8bit
  in WSDISPLAYIO_MODE_EMUL
- restore palette, turn off the cursor when switching back to console mode
- add a few delay()s, hopefully that will deal with occasional messed up
  video timings *fingers crossed*


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/sgimips/dev/crmfb.c
cvs rdiff -r0 -r1.1 src/sys/arch/sgimips/dev/crmfbreg.h

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