Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



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@localhost> 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).




Home | Main Index | Thread Index | Old Index