Subject: CVS commit: [netbsd-2-0] src/sys/arch/amiga/dev
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 11/12/2004 05:07:35
Module Name:	src
Committed By:	jmc
Date:		Fri Nov 12 05:07:35 UTC 2004

Modified Files:
	src/sys/arch/amiga/dev [netbsd-2-0]: ite_cl.c

Log Message:
Pullup rev 1.7 (requested by mhitch in ticket #923)

The gcc3 compiler optimized away writing character data to the Cirrus chip,
which results in a blank display - making it rather difficult to do an
install or upgrade when using a Cirrus-based display.  Change the pointer
used to write the character and attribute to volatile.  The console screen
now shows data and is usable.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.6.18.1 src/sys/arch/amiga/dev/ite_cl.c

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