cvs commit: src/sys/conf files.i386 src/sys/pci agp_ati.c agpreg.h src/sys/modules/agp Makefile

Eric Anholt anholt at FreeBSD.org
Fri Sep 16 20:36:48 PDT 2005


anholt      2005-09-17 03:36:47 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files.i386 
    sys/pci              agpreg.h 
    sys/modules/agp      Makefile 
  Added files:
    sys/pci              agp_ati.c 
  Log:
  Add a new AGP driver for ATI IGP chipsets.  The driver is based on reading of
  the Linux driver, since specs are unavailable.  Many thanks to Adam Kirchhoff
  for multiple useful testing cycles, and Ralf Wostrack for the final fix to get
  it working.
  
  PR:             i386/75251
  Submitted by:   anholt
  
  Revision  Changes    Path
  1.541     +1 -0      src/sys/conf/files.i386
  1.15      +1 -1      src/sys/modules/agp/Makefile
  1.1       +386 -0    src/sys/pci/agp_ati.c (new)
  1.14      +12 -0     src/sys/pci/agpreg.h


More information about the cvs-all mailing list