Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/16/1996 20:50:02
gwr
Wed Oct 16 13:42:15 PDT 1996
Update of /cvsroot/src/sys/dev/ic
In directory netbsd1:/var/slash-tmp/cvs-serv19231

Modified Files:
	z8530tty.c 
Log Message:
Correct a problem with CRTSCTS flow control where output may fail to
restart if we get multiple status interrupts before the softintr()
routine gets a chance to run.  The fix is to determine and accumulate
status line changes at the H/W interrupt level, and then check and zero
the accumulated changes when the softint() finally runs.  Many thanks
to Bill Studenmund <wrstuden@loki.stanford.edu> for finding and fixing.


gwr
Wed Oct 16 13:43:41 PDT 1996
Update of /cvsroot/src/sys/dev/sun
In directory netbsd1:/var/slash-tmp/cvs-serv19667

Modified Files:
	kbd.c ms.c 
Log Message:
Replace the field cs_rr0_new with cs_rr0_delta (keep changes instead).