Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/wscons



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.




Home | Main Index | Thread Index | Old Index