cvs commit: src/sys/dev/fb boot_font.c gfb.h src/sys/i386/xbox xboxfb.c

Marius Strobl marius at FreeBSD.org
Sat Jun 16 21:31:53 UTC 2007


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


More information about the cvs-src mailing list