Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2005 22:48:30 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci agp_amd64.c agpreg.h
Message-ID:  <200511142248.jAEMmUY6059251@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2005-11-14 22:48:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/pci              agp_amd64.c agpreg.h 
  Log:
  MFC: agp_amd64 1.8, 1.9 and agpreg.h 1.15.
  
  - Add a work-around for nForce3, ULi, and VIA chipsets.  Aperture base
  address encoded in misc. control register and AGP bridge seems to be
  inconsistent with some BIOSes.  Instead of relying on BIOS settings,
  we just take the initial aperture size and encode them for both
  miscellaneous control register and AGP bridge.
  
  - Add preliminary ULi M1689 chipset support.  The idea was taken from Linux
  because hardware and documentation are unavailable.  Not tested.
  
  - Add one more VIA chipset PCI ID taken from Linux driver.
  
  Revision  Changes    Path
  1.7.2.1   +214 -8    src/sys/pci/agp_amd64.c
  1.13.8.2  +17 -0     src/sys/pci/agpreg.h



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