freebsd-skq/sys/dev/fb
marius 8218f98610 MFC: creator.c 1.9, fbreg.h 1.19, gfb.c 1.8, machfb.c 1.4,
ofw_syscons.c 1.9, s3_pci.c 1.10, scgfbrndr.c 1.23, scmouse.c 1.40,
	scvgarndr.c 1.20, scvidctl.c 1.37, syscons.c 1.439, syscons.h 1.85,
	tga.c 1.8, vesa.c 1.52, vga.c 1.35

Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_t
and do some preparations for handling 12x22 fonts (currently lots of code
implies and/or hardcodes a font width of 8 pixels). This will be required
on sparc64 which uses a default font size of 12x22 in order to add font
loading and saving support as well as to use a syscons(4)-supplied mouse
pointer image.

Approved by:	re (scottl)
2005-10-05 21:48:03 +00:00
..
boot_font.c Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 2005-05-29 04:42:30 +00:00
creator.c MFC: creator.c 1.9, fbreg.h 1.19, gfb.c 1.8, machfb.c 1.4, 2005-10-05 21:48:03 +00:00
fb.c Do a pass over all modules in the kernel and make them return EOPNOTSUPP 2004-07-15 08:26:07 +00:00
fbreg.h MFC: creator.c 1.9, fbreg.h 1.19, gfb.c 1.8, machfb.c 1.4, 2005-10-05 21:48:03 +00:00
gallant12x22.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
gfb.c MFC: creator.c 1.9, fbreg.h 1.19, gfb.c 1.8, machfb.c 1.4, 2005-10-05 21:48:03 +00:00
gfb.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
machfb.c MFC: creator.c 1.9, fbreg.h 1.19, gfb.c 1.8, machfb.c 1.4, 2005-10-05 21:48:03 +00:00
machfbreg.h Add machfb(4), a driver for ATI Mach64 graphics chips intended for 2005-05-21 20:47:38 +00:00
s3_pci.c MFC: creator.c 1.9, fbreg.h 1.19, gfb.c 1.8, machfb.c 1.4, 2005-10-05 21:48:03 +00:00
splash_bmp.c add missing #include <sys/module.h> 2004-05-30 20:27:19 +00:00
splash_pcx.c While we're revisiting old sins, try to clean up the code a little and 2004-08-06 21:35:51 +00:00
splash.c Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
splashreg.h Do a pass over all modules in the kernel and make them return EOPNOTSUPP 2004-07-15 08:26:07 +00:00
tga.c MFC: creator.c 1.9, fbreg.h 1.19, gfb.c 1.8, machfb.c 1.4, 2005-10-05 21:48:03 +00:00
tga.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
vga.c MFC: creator.c 1.9, fbreg.h 1.19, gfb.c 1.8, machfb.c 1.4, 2005-10-05 21:48:03 +00:00
vgareg.h Save and restore the VGA state across a suspend-resume cycle. This 2005-02-28 21:06:14 +00:00