From: muller%sdcc7@ucsd.edu (Keith Muller)
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 6 Mar 1988 02:40:48 +0000 (18:40 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 6 Mar 1988 02:40:48 +0000 (18:40 -0800)
commit86b469eebe5e1f49b9ea6e1a4ef9e89e3090c7bd
tree17ba33af0366371cf3e44858ef31b12d68de6f96
parent98a70dc3c1ddf1c0bba9cefd35db8bc2121fac87
From: muller%sdcc7@ucsd.edu (Keith Muller)
Tracked down the bizzarre error we were getting on the console from the
mp driver. It was due to a missing case in a switch statement. Turns out
it was reporting that a port saw the BREAK key pressed. It also had a
overzealous logging of frame and parity errors. In actual use with
lots of ports this a bit much. Since none of the other tty drivers log
every break, framing error or parity error I made the following change:

SCCS-vsn: sys/tahoe/vba/mp.c 1.3
usr/src/sys/tahoe/vba/mp.c