cvs commit: src/sys/dev/syscons scvtb.c

Marius Strobl marius at FreeBSD.org
Sat May 21 20:28:15 GMT 2005


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


More information about the cvs-src mailing list