Subject: CVS commit: src/sys/arch/arm/iomd
To: None <source-changes@NetBSD.org>
From: Chris Gilbert <chris@netbsd.org>
List: source-changes
Date: 02/03/2008 19:38:29
Module Name:	src
Committed By:	chris
Date:		Sun Feb  3 19:38:29 UTC 2008

Modified Files:
	src/sys/arch/arm/iomd: vidcvideo.c

Log Message:
Use memmove rather than memcpy when moving rows around the framebuffer.

This fixes a problem where scrolling down fills the whole screen with the
first line on screen.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/arch/arm/iomd/vidcvideo.c

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