Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Scott Reynolds <scottr@netbsd.org>
List: source-changes
Date: 01/22/2001 09:31:44
Module Name:	syssrc
Committed By:	scottr
Date:		Mon Jan 22 07:31:44 UTC 2001

Modified Files:
	syssrc/sys/arch/mac68k/dev: ite_compat.c

Log Message:
Correct a thinko:  iteopen()/iteclose() shouldn't just pass off to
the wsdisplay driver.  Otherwise, closing ttye0 (ite compat) ends
up closing ttyE0, the actual console, when ttyflags runs.  Fixes
PR 12022.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/mac68k/dev/ite_compat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.