Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 May 2004 13:05:42 -0700 (PDT)
From:      John Baldwin <jhb@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:  <200405132005.i4DK5gRR048995@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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