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/15/1996 15:00:05
cgd
Mon Apr 15 14:54:38 EDT 1996
Update of /a/cvsroot/src/sys/dev/isa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv26551

Modified Files:
	com.c comvar.h 
Log Message:
define and export the global variable "comconscflag", the default tty
'cflag' for the console.  Normally set to TTYDEF_CFLAG, may be
overridden by machine-dependent console attachment code, as necessary.
(Alpha uses it to set cs8 -parenb.)  Files including comvar.h now
need to include <sys/termios.h>, because comconscflag is of type
tcflag_t.


cgd
Mon Apr 15 14:55:34 EDT 1996
Update of /a/cvsroot/src/sys/dev/isa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv26606

Modified Files:
	ast.c boca.c rtfps.c 
Log Message:
include <sys/termios.h> to make comvar.h happy

cgd
Mon Apr 15 14:58:29 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/alpha
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv26725

Modified Files:
	dec_2100_a50.c dec_axppci_33.c dec_kn20aa.c 
Log Message:
include <sys/termios.h> to make <dev/isa/comvar.h> happy, and set the
serial ('com') console bit size and parity to be "cs8 -parenb".