Subject: CVS commit: src/sys/arch/amiga/dev
To: None <source-changes@NetBSD.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 10/14/2004 04:14:26
Module Name:	src
Committed By:	mhitch
Date:		Thu Oct 14 04:14:26 UTC 2004

Modified Files:
	src/sys/arch/amiga/dev: ite_cl.c

Log Message:
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.7 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.