Subject: CVS commit: syssrc/sys/dev/wscons
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 10/13/2001 16:36:04
Module Name:	syssrc
Committed By:	augustss
Date:		Sat Oct 13 13:36:03 UTC 2001

Modified Files:
	syssrc/sys/dev/wscons: wsdisplay.c wsdisplayvar.h wskbd.c wsmouse.c
	    wsmux.c wsmuxvar.h

Log Message:
Two changes to the wsmux code:
* Allow the wsmux used by wsdisplay for the keyboard(s) to be explicitely
  specified with the kbdmux locator.
* Allow keyboards and mice that have a mux to be opened in the regular way.
These changes should be totally backwards compatible.


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 syssrc/sys/dev/wscons/wsdisplay.c
cvs rdiff -r1.18 -r1.19 syssrc/sys/dev/wscons/wsdisplayvar.h
cvs rdiff -r1.43 -r1.44 syssrc/sys/dev/wscons/wskbd.c
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/wscons/wsmouse.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/wscons/wsmux.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/wscons/wsmuxvar.h

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