Date: Sat, 16 Jun 2007 21:48:51 +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/conf files.sparc64 src/sys/dev/fb creator.c gallant12x22.c gallant12x22.h machfb.c Message-ID: <200706162148.l5GLmpiO097076@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706162148.l5GLmpiO097076>