Date: Tue, 15 Jun 2010 22:01:38 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/powerpc/ofw ofw_syscons.c Message-ID: <201006152201.o5FM1tNn086404@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nwhitehorn 2010-06-15 22:01:38 UTC
FreeBSD src repository
Modified files:
sys/powerpc/ofw ofw_syscons.c
Log:
SVN rev 209222 on 2010-06-15 22:01:38Z by nwhitehorn
Modify the console mouse pointer drawing routine to use single-byte writes
instead of 4-byte ones. Because the mouse pointer can start part way
through a character cell, 4-byte memory operations are not necessarily
aligned, triggering a fatal alignment exception when the console pointer
was moved on PowerPC G5 systems.
MFC after: 3 days
Revision Changes Path
1.19 +4 -17 src/sys/powerpc/ofw/ofw_syscons.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006152201.o5FM1tNn086404>
