Subject: CVS commit: src/sys/dev/wscons
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 06/01/2005 00:02:17
Module Name:	src
Committed By:	uwe
Date:		Wed Jun  1 00:02:17 UTC 2005

Modified Files:
	src/sys/dev/wscons: mra.c tpcalib.c

Log Message:
Constify.  Drivers pass const default calibration data to
WSMOUSEIO_SCALIBCOORDS using __UNCONST, so make sure we don't try to
modify it.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/dev/wscons/mra.c
cvs rdiff -r1.4 -r1.5 src/sys/dev/wscons/tpcalib.c

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