Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/19/1997 12:10:02
jonathan
Sat Jul 19 05:00:11 PDT 1997
Update of /a/cvsroot/src/sys/arch/pmax/dev
In directory netbsd1:/var/slash-tmp/cvs-serv20895

Modified Files:
	dtop.c 
Log Message:
Raise spl to spltty() in polled console input routine dtopKBDGetc(),
to ensure polled console I/O really is polled.

>From Michael L. Hitch <mhitch@lightning.oscs.montana.edu>.


jonathan
Sat Jul 19 05:03:51 PDT 1997
Update of /a/cvsroot/src/sys/arch/pmax/dev
In directory netbsd1:/var/slash-tmp/cvs-serv21181

Modified Files:
	ims332.c 
Log Message:
Bound x motion by framebuffer width, not height.
Bound y motion by framebuffer height, not width.
   (cf revision 1.4.)