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: 03/21/1998 17:00:02
mycroft
Sat Mar 21 16:55:37 PST 1998
Update of /cvsroot/src/sys/dev/ic
In directory nb00:/tmp/cvs-serv19303/dev/ic

Modified Files:
	com.c z8530tty.c 
Log Message:
Move the code to wait for carrier on a tty into a common function, since it
depends only on device-independent state bits.
Implement SunOS-style `dialout' devices.


mycroft
Sat Mar 21 16:55:38 PST 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv19303/kern

Modified Files:
	tty.c tty_conf.c 
Log Message:
Move the code to wait for carrier on a tty into a common function, since it
depends only on device-independent state bits.
Implement SunOS-style `dialout' devices.


mycroft
Sat Mar 21 16:55:38 PST 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv19303/sys

Modified Files:
	tty.h 
Log Message:
Move the code to wait for carrier on a tty into a common function, since it
depends only on device-independent state bits.
Implement SunOS-style `dialout' devices.