Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Aug 2004 21:01:49 +0000 (UTC)
From:      Eric Anholt <anholt@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci agp_via.c agpreg.h
Message-ID:  <200408092101.i79L1nD8078620@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
anholt      2004-08-09 21:01:49 UTC

  FreeBSD src repository

  Modified files:
    sys/pci              agp_via.c agpreg.h 
  Log:
  Minimal fix to prevent crashes when an AGP v2 card is used with the new v3 VIA
  chipsets, based on Linux's via-agp.c.  On boot, the system selects which AGP
  version to use based on the inserted card.  If v2 was chosen, the chipset
  needs to be programmed with the v2 registers still.  Also included in kern/69953
  are changes to make the programming of the v3 registers match linux, but that
  will be left out until the need to do so is confirmed (want specs or a tester).
  
  PR:             kern/69953
  Submitted by:   Oleg Sharoiko <os@rsu.ru>
  Tested by:      Oleg Sharoiko <os@rsu.ru>, Geoff Speicher <geoff@speicher.org>
                  (full version from PR)
  
  Revision  Changes    Path
  1.17      +11 -1     src/sys/pci/agp_via.c
  1.12      +1 -0      src/sys/pci/agpreg.h



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