Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/amiga/dev
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.
Home |
Main Index |
Thread Index |
Old Index