Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/26/1996 17:00:03
mark
Fri Apr 26 16:56:06 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/dev/console
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv21268

Modified Files:
	console.c 
Log Message:
Fixed buffering of console output. While cold or while polling,
buffering is disabled.
Tidied up a bit of the code inline with kernel coding style.


mark
Fri Apr 26 16:59:13 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/dev/console
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv21336

Modified Files:
	dumb.c vidcconsole.c vt220.c 
Log Message:
Fixed compiler warnings obtained with -Wall.