cvs commit: src/sys/pci agp_amd64.c agpreg.h

Jung-uk Kim jkim at FreeBSD.org
Tue Sep 27 13:57:51 PDT 2005


jkim        2005-09-27 20:57:50 UTC

  FreeBSD src repository

  Modified files:
    sys/pci              agp_amd64.c agpreg.h 
  Log:
  - Add a work-around for nForce3-250.  Aperture base address encoded in misc.
  control register and AGP bridge seems to be inconsistent with some BIOS.
  Instead of relying on BIOS settings, we just take the initial aperture size
  and encode them for both miscellaneous control register and AGP bridge.
  Some idea was borrowed from agp_nvidia.c.
  
  - Add preliminary ULi M1689 chipset support.  The idea was taken from Linux
  because hardware and documentation are unavailable.  Not tested.
  
  - Add more VIA chipset PCI IDs taken from Linux driver.
  
  Approved by:    anholt (mentor)
  Tested by:      Adam Gregoire <ebola at psychoholics dot org>
                  Ganael Laplanche <ganael.laplanche at martymac dot com>
                  K Wieland <kwieland at wustl dot edu>
  
  Revision  Changes    Path
  1.8       +158 -8    src/sys/pci/agp_amd64.c
  1.15      +17 -0     src/sys/pci/agpreg.h


More information about the cvs-src mailing list