Subject: CVS commit: src/sys/arch/macppc/dev
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 06/05/2005 20:16:35
Module Name:	src
Committed By:	nathanw
Date:		Sun Jun  5 20:16:35 UTC 2005

Modified Files:
	src/sys/arch/macppc/dev: ki2c.c

Log Message:
In ki2c_write() Apply __UNCONST() to the data parameter passed to
ki2c_start(). The same back-end routine does reads and writes, so
there's no real type-safety to be had here.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/macppc/dev/ki2c.c

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