Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/01/2007 13:05:33
Module Name:	src
Committed By:	tsutsui
Date:		Thu Nov  1 13:05:33 UTC 2007

Modified Files:
	src/sys/dev/ic: hd44780_subr.c

Log Message:
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.12 -r1.13 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.