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: 06/06/1996 11:40:03
mrg
Thu Jun  6 11:31:30 EDT 1996
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv3812

Modified Files:
	tty.c 
Log Message:
don't tty_detach() in ttyfree().  make the user of ttyfree() do
the tty_detach() as not all ttymalloc()'ed ttys are tty_attach()ed.


thorpej
Thu Jun  6 08:36:16 PDT 1996
Update of /a/cvsroot/src/sys/arch/hp300/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv3866

Modified Files:
	dca.c dcm.c ite.c 
Log Message:
Add calls to tty_attach() and tty_detach() where appropriate.


thorpej
Thu Jun  6 08:39:14 PDT 1996
Update of /a/cvsroot/src/sys/arch/hp300/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv4148

Revision/Branch: netbsd-1-2

Modified Files:
	dca.c dcm.c ite.c 
Log Message:
Update from trunk:

Add calls to tty_attach() and tty_detach() where appropriate.