Subject: CVS commit: src/sys/arch/sgimips/dev
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 02/10/2008 16:01:30
Module Name:	src
Committed By:	macallan
Date:		Sun Feb 10 16:01:30 UTC 2008

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

Log Message:
bunch of minor fixes:
- use default colour when clearing the screen on attach
- sprinkle some break; so we no longer panic in 32bit colour
- allow userland to mmap() engine registers but not TLBs
- get rid of a delay() in crmfb_wait_idle()
- use aprint_*()


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/arch/sgimips/dev/crmfb.c

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