cvs commit: src/sys/pci agp_via.c agpreg.h
    John Baldwin 
    jhb at FreeBSD.org
       
    Thu May 13 13:05:43 PDT 2004
    
    
  
jhb         2004/05/13 13:05:42 PDT
  FreeBSD src repository
  Modified files:
    sys/pci              agp_via.c agpreg.h 
  Log:
  Different VIA host bridges use different offsets to their AGP config
  registers, so add a register offset array to the softc.  We key off the
  device ID to determine which set of register offsets.  Currently the 8385
  host bridge used on amd64 is the only bridge to use the AGP3_VIA_*
  register offsets and all other bridges use the AGP_VIA_* offsets.  It is
  currently unclear if the AGP3_VIA_* offsets are for VIA bridges that
  implement AGP 3.0 bridges or just for amd64 bridges.
  
  Submitted by:   Kenneth Culver culverk at sweetdreamsracing dot biz
  
  Revision  Changes    Path
  1.13      +33 -8     src/sys/pci/agp_via.c
  1.11      +8 -1      src/sys/pci/agpreg.h
    
    
More information about the cvs-all
mailing list