Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 1999 19:03:30 -0800 (PST)
From:      Kazutaka YOKOTA <yokota@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 ...
Message-ID:  <199902070303.TAA10027@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902070303.TAA10027>