Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 May 2005 20:28:15 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/syscons scvtb.c
Message-ID:  <200505212028.j4LKSFCl076207@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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