Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 10/18/1999 17:03:19
Module Name: syssrc
Committed By: mycroft
Date: Tue Oct 19 00:03:18 UTC 1999
Modified Files:
syssrc/sys/dev/wscons: wsdisplay.c wsdisplay_compat_usl.c
wsdisplayvar.h
Log Message:
Split wsdisplay_usl_ioctl() into two functions -- one which is screen-dependent
and one which isn't. The latter is now used for ttyEcfg, enabling the
VT-switching ioctls to work on it. (This allows Linux X servers to work when
/emul/linux/dev/tty0 is linked to /dev/ttyEcfg.)
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 syssrc/sys/dev/wscons/wsdisplay.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/wscons/wsdisplay_compat_usl.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/wscons/wsdisplayvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.