Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 1997 03:37:08 -0800 (PST)
From:      Kazutaka YOKOTA <yokota@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/isa syscons.c syscons.h
Message-ID:  <199711211137.DAA17639@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
yokota      1997/11/21 03:37:08 PST

  Modified files:
    sys/i386/isa         syscons.c syscons.h 
  Log:
  Make comp_vgaregs() less strict about VGA register values when
  checking the BIOS video mode paramter table.  Now syscons uses the
  parameter table even if some bits in the table are different from the
  current VGA register settings.
  
  Even if comp_vgaregs() finds that the BIOS video parameter table looks
  totally unfamiliar to it, syscons allows the user to change the
  current video mode to some modes which are based on the VGA 80x25
  mode. They are VGA 80x30, VGA 80x50, VGA 80x60. In this case the user
  will be warned, during boot, that video mode switching is only
  paritally supported on his machine.
  
  PR: bin/4477
  
  Revision  Changes    Path
  1.239     +230 -144  src/sys/i386/isa/syscons.c
  1.36      +2 -1      src/sys/i386/isa/syscons.h



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