Date: Fri, 5 Feb 1999 03:52:15 -0800 (PST) From: Kazutaka YOKOTA <yokota@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 Message-ID: <199902051152.DAA49686@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902051152.DAA49686>
