From owner-cvs-all@FreeBSD.ORG Sat May 21 20:32:28 2005 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 3565D16A4CE; Sat, 21 May 2005 20:32:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3B1B43D4C; Sat, 21 May 2005 20:32:27 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4LKWRnG076474; Sat, 21 May 2005 20:32:27 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4LKWR8v076473; Sat, 21 May 2005 20:32:27 GMT (envelope-from marius) Message-Id: <200505212032.j4LKWR8v076473@repoman.freebsd.org> From: Marius Strobl Date: Sat, 21 May 2005 20:32:27 +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: Sat, 21 May 2005 20:32:28 -0000 marius 2005-05-21 20:32:27 UTC FreeBSD src repository Modified files: sys/dev/syscons syscons.c Log: - Not every architecture defaults to a black background (e.g. sparc64 uses white) so base the color of the border on SC_NORM_ATTR rather than hardcoding BG_BLACK. - Use SC_DRIVER_NAME rather than hardcoding 'sc' in message strings (see also sys/dev/syscons/syscons.h rev. 1.82). Revision Changes Path 1.435 +9 -9 src/sys/dev/syscons/syscons.c