From owner-cvs-all@FreeBSD.ORG Thu Aug 5 23:54:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A9F916A4CE; Thu, 5 Aug 2004 23:54:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0EDB43D31; Thu, 5 Aug 2004 23:54:04 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i75Ns4sa089915; Thu, 5 Aug 2004 23:54:04 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i75Ns4Hb089914; Thu, 5 Aug 2004 23:54:04 GMT (envelope-from des) Message-Id: <200408052354.i75Ns4Hb089914@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 5 Aug 2004 23:54:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/syscons syscons.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2004 23:54:05 -0000 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