Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jun 2007 21:31:53 +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/fb boot_font.c gfb.h src/sys/i386/xbox xboxfb.c
Message-ID:  <200706162131.l5GLVrpO091806@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2007-06-16 21:31:53 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fb           boot_font.c gfb.h 
    sys/i386/xbox        xboxfb.c 
  Log:
  - Define data of struct gfb_font a const as it's only used to supply font
    data and remove the array size from the definition as f.e. the gallant
    12 x 22 font data is 256 * 44 in size, exceeding the previously hard-
    coded size.
  - Declare the bold8x16 instance of struct gfb_font as const as it's not
    intended to be changed at run-time as a whole either.
  - Use __FBSDID in xboxfb.c
  
  Tested by:      rink
  
  Revision  Changes    Path
  1.9       +1 -1      src/sys/dev/fb/boot_font.c
  1.5       +1 -1      src/sys/dev/fb/gfb.h
  1.5       +6 -5      src/sys/i386/xbox/xboxfb.c



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