Searched hist:170837 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/fb/
H A Dgfb.hdiff 170837 Sat Jun 16 21:31:53 MDT 2007 marius - 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
H A Dboot_font.cdiff 170837 Sat Jun 16 21:31:53 MDT 2007 marius - 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
/freebsd-11.0-release/sys/i386/xbox/
H A Dxboxfb.cdiff 170837 Sat Jun 16 21:31:53 MDT 2007 marius - 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

Completed in 73 milliseconds