Subject: CVS commit: src/sys/dev/wscons
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 10/16/2007 21:06:10
Module Name:	src
Committed By:	joerg
Date:		Tue Oct 16 21:06:10 UTC 2007

Modified Files:
	src/sys/dev/wscons: wsdisplay_compat_usl.c wskbd.c wsmouse.c

Log Message:
Use callout_setfunc/callout_schedule instead of callout_reset.
Use mstohz for the calculations.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/dev/wscons/wsdisplay_compat_usl.c
cvs rdiff -r1.105 -r1.106 src/sys/dev/wscons/wskbd.c
cvs rdiff -r1.52 -r1.53 src/sys/dev/wscons/wsmouse.c

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