From owner-cvs-all@FreeBSD.ORG Sat May 21 20:28:15 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 A00AD16A4CE; Sat, 21 May 2005 20:28:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D21F43D4C; Sat, 21 May 2005 20:28:15 +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 j4LKSFbn076208; Sat, 21 May 2005 20:28:15 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4LKSFCl076207; Sat, 21 May 2005 20:28:15 GMT (envelope-from marius) Message-Id: <200505212028.j4LKSFCl076207@repoman.freebsd.org> From: Marius Strobl Date: Sat, 21 May 2005 20:28:15 +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 scvtb.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:28:15 -0000 marius 2005-05-21 20:28:15 UTC FreeBSD src repository Modified files: sys/dev/syscons scvtb.c Log: Remove superfluous braces and add #ifndef __sparc64__ around the VTB_FRAMEBUFFER specific code. On sparc64 we don't use a buffer of type VTB_FRAMEBUFFER (see syscons.c) and excluding the respective code here allows to compile syscons(4) without isa(4). Requested by: joerg, marcel, yongari Revision Changes Path 1.13 +41 -18 src/sys/dev/syscons/scvtb.c