Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 04/17/1999 06:45:54
Module Name:	src
Committed By:	nisimura
Date:		Sat Apr 17 13:45:54 UTC 1999

Modified Files:
	src/sys/arch/pmax/conf [nisimura-pmax-wscons]: GENERIC files.pmax
	src/sys/arch/pmax/ibus [nisimura-pmax-wscons]: dc.c dc7085reg.h
	    dc7085var.h dc_ibus.c dckbd.c dcms.c
Added Files:
	src/sys/arch/pmax/ibus [nisimura-pmax-wscons]: dctty.c
Log Message:
- Introduce 'dctty' as a child node of 'dc'.  It's a sibling of 'dckbd'
and 'dcms'.
- Needs rework of how to send any data to keyboard and mouse.
attmt.sendchar is evil.  It'd be nice to have flexible framework of
two way communication channels between wskbd/wsmouse and lower device
layer.