Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 11/19/1995 18:20:05
thorpej
Sun Nov 19 15:14:28 PST 1995
Update of /a/cvsroot/src/sys/arch/hp300/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv6144

Modified Files:
	ite.c itevar.h 
Log Message:
Prevent the ITE_ACTIVE bit from being cleared in iteoff() if the ITE_ISCONS
bit is set.  Works around the fact that the last process to have the
console open exits, the bit is cleared, and "syncing disks...", etc. is
not seen if the system is rebooted with reboot(8).  Fixes PR #1455.


thorpej
Sun Nov 19 15:18:34 PST 1995
Update of /a/cvsroot/src/sys/arch/hp300/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv7065

Revision/Branch: netbsd-1-1

Modified Files:
	ite.c itevar.h 
Log Message:
Update from trunk; don't clear the ITE_ACTIVE bit if ITE_ISCONS, so that
messages printed during shutdown are visible.