From owner-cvs-all Sat Feb 6 19:06:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA25150 for cvs-all-outgoing; Sat, 6 Feb 1999 19:06:10 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA24944; Sat, 6 Feb 1999 19:03:52 -0800 (PST) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA10027; Sat, 6 Feb 1999 19:03:30 -0800 (PST) (envelope-from yokota@FreeBSD.org) Date: Sat, 6 Feb 1999 19:03:30 -0800 (PST) Message-Id: <199902070303.TAA10027@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include console.h src/sys/i386/include/pc vesa.h src/sys/i386/isa vga_isa.c vesa.c src/sys/dev/syscons scvidctl.c syscons.c src/sys/modules/splash/bmp splash_bmp.c src/sys/modules/syscons/daemon daemon_saver.c src/sys/modules/syscons/logo ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/02/06 19:03:29 PST Modified files: (Branch: RELENG_3) sys/i386/include console.h sys/i386/include/pc vesa.h sys/i386/isa vga_isa.c vesa.c sys/dev/syscons scvidctl.c syscons.c sys/modules/splash/bmp splash_bmp.c sys/modules/syscons/daemon daemon_saver.c sys/modules/syscons/logo logo_saver.c sys/modules/syscons/snake snake_saver.c sys/modules/syscons/star star_saver.c Log: MFC: - Don't assume the line length in the video memory is always the same as the screen width. - Store the current video mode information in the `video_adapter' struct. - The size of the `v_offscreensize' field in the VESA mode information block is u_int16, not u_int8. Oked by: jkh Revision Changes Path 1.43.2.1 +26 -25 src/sys/i386/include/console.h 1.4.2.1 +2 -2 src/sys/i386/include/pc/vesa.h 1.1.2.1 +57 -62 src/sys/i386/isa/vga_isa.c 1.15.2.1 +60 -7 src/sys/i386/isa/vesa.c 1.7.2.1 +2 -2 src/sys/dev/syscons/scvidctl.c 1.293.2.2 +2 -2 src/sys/dev/syscons/syscons.c 1.3.2.2 +8 -7 src/sys/modules/splash/bmp/splash_bmp.c 1.14.2.1 +2 -2 src/sys/modules/syscons/daemon/daemon_saver.c 1.4.2.1 +8 -7 src/sys/modules/syscons/logo/logo_saver.c 1.22.2.1 +2 -2 src/sys/modules/syscons/snake/snake_saver.c 1.19.2.1 +2 -2 src/sys/modules/syscons/star/star_saver.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message