Subject: Re: CVS commit: src/sys/dev/wscons
To: None <joerg@netbsd.org>
From: Takahiro Kambe <taca@back-street.net>
List: source-changes
Date: 12/14/2007 00:16:27
In message <20071213151448.AE8CD21507@cvs.netbsd.org>
on Thu, 13 Dec 2007 15:14:48 +0000 (UTC),
Joerg Sonnenberger <joerg@netbsd.org> wrote:
>
> 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.
Great!
Is there any chance to switch to console on panic()? :-)
--
Takahiro Kambe <taca@back-street.net>