Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Shin Takemura <takemura@netbsd.org>
List: source-changes
Date: 05/28/2000 03:33:15
Module Name:	syssrc
Committed By:	takemura
Date:		Sun May 28 10:33:15 UTC 2000

Modified Files:
	syssrc/sys/dev/wscons: wsmux.c

Log Message:
Add async I/O support.

FIOASYNC ioctrl command had been forwarded from wsmux to each mouse devices
and the devices had set their own event queue async mode. But no one had took
care of the event queue's mode of wsmux itself. Wsmux should make it's own
event queue async mode when it receive FIOASYNC command.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/wscons/wsmux.c

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