Date: Wed, 5 Oct 2005 21:48:03 +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/dev/fb creator.c fbreg.h gfb.c machfb.c s3_pci.c tga.c vga.c src/sys/dev/syscons scgfbrndr.c scmouse.c scvgarndr.c scvidctl.c syscons.c syscons.h src/sys/i386/isa vesa.c src/sys/powerpc/ofw ofw_syscons.c Message-ID: <200510052148.j95Lm322079269@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2005-10-05 21:48:03 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/fb creator.c fbreg.h gfb.c machfb.c s3_pci.c
tga.c vga.c
sys/dev/syscons scgfbrndr.c scmouse.c scvgarndr.c
scvidctl.c syscons.c syscons.h
sys/i386/isa vesa.c
sys/powerpc/ofw ofw_syscons.c
Log:
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)
Revision Changes Path
1.8.2.1 +5 -5 src/sys/dev/fb/creator.c
1.18.8.1 +4 -4 src/sys/dev/fb/fbreg.h
1.7.2.1 +8 -8 src/sys/dev/fb/gfb.c
1.3.2.1 +5 -5 src/sys/dev/fb/machfb.c
1.9.2.1 +8 -6 src/sys/dev/fb/s3_pci.c
1.7.2.1 +1 -1 src/sys/dev/fb/tga.c
1.34.2.1 +6 -6 src/sys/dev/fb/vga.c
1.22.2.1 +1 -1 src/sys/dev/syscons/scgfbrndr.c
1.37.2.3 +1 -0 src/sys/dev/syscons/scmouse.c
1.19.2.1 +2 -2 src/sys/dev/syscons/scvgarndr.c
1.34.2.3 +3 -3 src/sys/dev/syscons/scvidctl.c
1.436.2.3 +18 -16 src/sys/dev/syscons/syscons.c
1.83.2.2 +6 -4 src/sys/dev/syscons/syscons.h
1.51.2.1 +8 -6 src/sys/i386/isa/vesa.c
1.7.2.2 +5 -7 src/sys/powerpc/ofw/ofw_syscons.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510052148.j95Lm322079269>
