CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2013/05/12 14:41:45

Modified files:
        sys/dev/wscons : wsdisplay.c 

Log message:
In wsdisplay_switchtoconsole(), make sure we really are the console before
attempting to switch screens.  On amd64/i386 the glass console gets
initialised early even if a serial console has been set up by the bootloader.
To add insult to injury, the glass console isn't properly "detached" and the
MI wsdisplay(4) driver continues to believe it is the console.  This should
really be fixed, but is a nasty can of worms.

ok miod@

Reply via email to