Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 11/28/1999 04:23:20
Module Name:	syssrc
Committed By:	scw
Date:		Sun Nov 28 12:23:19 UTC 1999

Modified Files:
	syssrc/sys/dev/ic: clmpcc.c clmpccreg.h

Log Message:
Don't bother spinning in the console 'putc' routine for the transmitter
to become idle; it actually doesn't matter as the chip takes care of
this for us. It would also spin endlessly in certain circumstances
during shutdown.

While I'm here, (finally) add code to allow sending BREAK characters.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/ic/clmpcc.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/ic/clmpccreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.