cvs commit: src/sys/conf files.sparc64 src/sys/dev/fb creator.c gallant12x22.c gallant12x22.h machfb.c

Marius Strobl marius at FreeBSD.org
Sat Jun 16 21:48:52 UTC 2007


marius      2007-06-16 21:48:51 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files.sparc64 
    sys/dev/fb           creator.c gallant12x22.c machfb.c 
  Removed files:
    sys/dev/fb           gallant12x22.h 
  Log:
  Move the gallant 12 x 22 font data from a .h to a .c so it doesn't need
  to be compiled into every driver making use of it. Use a const instance
  of struct gfb_font for this as the font isn't intended to be changed at
  run-time and in order to accompany the font data with height and width
  info.
  
  Revision  Changes    Path
  1.90      +1 -0      src/sys/conf/files.sparc64
  1.13      +9 -7      src/sys/dev/fb/creator.c
  1.5       +12 -3     src/sys/dev/fb/gallant12x22.c
  1.4       +0 -6185   src/sys/dev/fb/gallant12x22.h (dead)
  1.5       +9 -7      src/sys/dev/fb/machfb.c


More information about the cvs-src mailing list