Subject: CVS commit: syssrc/sys/dev/pckbc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 05/14/2002 00:18:52
Module Name:	syssrc
Committed By:	jdolecek
Date:		Mon May 13 21:18:52 UTC 2002

Modified Files:
	syssrc/sys/dev/pckbc: pms.c

Log Message:
Change the reset code to block interrupts and use polled commands; also
eliminate the kthread now that it's not necessary, and use callout instead.
This seems to fix the X mouse freeze problem.

Testing and some debug printf fixes by Martin Husemann.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/pckbc/pms.c

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