Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 01/26/1999 03:07:27
Module Name:	src
Committed By:	drochner
Date:		Tue Jan 26 11:07:26 UTC 1999

Modified Files:
	src/sys/dev/pckbc: pckbd.c
Log Message:
don't wait for completion of keyboard enable/disable commands; this
might be called without process context, leading to tsleep() panics
(This is a workaround. The timeout() driven wscons glue code
should go instead.)
Fixes tsleep() panics reported by Mark Brinicombe <mark@causality.com>
and Eric Haszlakiewicz <haszlaki@UAccess.NET>.