From owner-cvs-all Fri Feb 5 03:52:19 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA05112 for cvs-all-outgoing; Fri, 5 Feb 1999 03:52:19 -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 DAA05101; Fri, 5 Feb 1999 03:52:15 -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 DAA49686; Fri, 5 Feb 1999 03:52:15 -0800 (PST) (envelope-from yokota@FreeBSD.org) Date: Fri, 5 Feb 1999 03:52:15 -0800 (PST) Message-Id: <199902051152.DAA49686@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/include console.h src/sys/isa vga_isa.c 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/02/05 03:52:14 PST Modified files: sys/alpha/include console.h sys/isa vga_isa.c 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 Log: - 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. Revision Changes Path 1.43 +26 -25 src/sys/alpha/include/console.h 1.2 +42 -62 src/sys/isa/vga_isa.c 1.44 +26 -25 src/sys/i386/include/console.h 1.5 +2 -2 src/sys/i386/include/pc/vesa.h 1.3 +42 -62 src/sys/i386/isa/vga_isa.c 1.16 +44 -6 src/sys/i386/isa/vesa.c 1.8 +2 -2 src/sys/dev/syscons/scvidctl.c 1.298 +2 -2 src/sys/dev/syscons/syscons.c 1.6 +8 -7 src/sys/modules/splash/bmp/splash_bmp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message