Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 05/15/1999 07:22:46
Module Name:	src
Committed By:	drochner
Date:		Sat May 15 14:22:46 UTC 1999

Modified Files:
	src/sys/dev/wscons: files.wscons wscons_callbacks.h wsconsio.h
	    wsdisplay.c wskbd.c
Removed Files:
	src/sys/dev/wscons: wscons_glue.c
Log Message:
Get rid of the timeout-driven wscons_glue stuff which caused a lot of
headaches.
Now console keyboard and display are connected at autoconfiguration time,
when the last of them is found. Other keyboards / displays remain
unconnected until a new ioctl (WSDISPLAYIO_SETKEYBOARD) is called.