Subject: CVS commit: [netbsd-4] src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: source-changes
Date: 11/04/2007 17:03:13
Module Name:	src
Committed By:	pavel
Date:		Sun Nov  4 17:03:13 UTC 2007

Modified Files:
	src/sys/dev/ic [netbsd-4]: hd44780_subr.c

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #975):
	sys/dev/ic/hd44780_subr.c: revision 1.13
Fix some random LCD corruption on cobalt:
- make sure to set HD_ROW1_ADDR before putting characters at the first line
  in hd44780_ddram_redraw()
- use memmove(9) rather than bcopy(9) for possibly overlapped copies


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.9.12.1 src/sys/dev/ic/hd44780_subr.c

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