freebsd-dev/sys/i386/xbox
Marius Strobl 7a89ac4d26 - 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
2007-06-16 21:31:53 +00:00
..
pic16l.s
xbox.c - Fix typo in #error pragma: compitable -> compatible 2006-08-15 20:10:49 +00:00
xboxfb.c - Define data of struct gfb_font a const as it's only used to supply font 2007-06-16 21:31:53 +00:00