Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2007 22:55:20 +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_intel.c agpreg.h
Message-ID:  <200701052255.l05MtKVg057190@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2007-01-05 22:55:20 UTC

  FreeBSD src repository

  Modified files:
    sys/pci              agp_intel.c agpreg.h 
  Log:
  - Clean up Aperture Access Global Enable (APEN) bit access.
  - Rename confusing AGP_INTEL_I845_MCHCFG to AGP_INTEL_I845_AGPM.
  - Move E7205 and E7505 from i8x5 to i8x0 family.  It probably worked
  because the actual offset is the same.
  
  In fact, all three families have the bit at the exact same place.  Only
  differences are name and width of the registers, i.e., NBXCFG (0x50, dword),
  RDCR (0x51, byte), AGPM (0x51, byte), MCHCFG (0x50, word) depending on
  the family of the chipsets.
  
  Revision  Changes    Path
  1.33      +39 -48    src/sys/pci/agp_intel.c
  1.18      +2 -2      src/sys/pci/agpreg.h



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