Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Aug 2004 23:54:04 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/syscons syscons.c
Message-ID:  <200408052354.i75Ns4Hb089914@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2004-08-05 23:54:04 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/syscons      syscons.c 
  Log:
  Just because we have a serial console attached does not mean we don't
  want a splash screen.
  
  There seems to be some confusion in the syscons code as to the meaning of
  the SC_KERNEL_CONSOLE flag.  Its absence is sometimes interpreted to mean
  "I am not the system console", and sometimes to mean "I am not the only
  VGA console" (see the font loading code for an example of the latter).
  Someone with better syscons fu than myself should take a closer look.
  
  Revision  Changes    Path
  1.427     +1 -1      src/sys/dev/syscons/syscons.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408052354.i75Ns4Hb089914>