K 10 svn:author V 6 marius K 8 svn:date V 27 2005-10-05T21:48:03.000000Z K 7 svn:log V 642 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) END