Subject: CVS commit: src/sys/dev/wscons
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 12/13/2007 15:14:48
Module Name:	src
Committed By:	joerg
Date:		Thu Dec 13 15:14:48 UTC 2007

Modified Files:
	src/sys/dev/wscons: wsdisplay.c wsdisplayvar.h

Log Message:
Switch to console on suspend and shutdown, switch back to where the
system was before on resume. This is the second attempt and got more
complicated due to the async nature of VT_ACTIVE. After the initial
switch, check that we ended up on the first screen and if not, wait for
the switch to happen.


To generate a diff of this commit:
cvs rdiff -r1.113 -r1.114 src/sys/dev/wscons/wsdisplay.c
cvs rdiff -r1.44 -r1.45 src/sys/dev/wscons/wsdisplayvar.h

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