Date: Wed, 7 Jul 2010 14:19:58 +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: <201007071420.o67EKIjt099885@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nwhitehorn 2010-07-07 14:19:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/powerpc/ofw ofw_syscons.c Log: SVN rev 209766 on 2010-07-07 14:19:58Z by nwhitehorn MFC r209222: 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. Revision Changes Path 1.16.2.2 +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?201007071420.o67EKIjt099885>