View Single Post
  #8   (View Single Post)  
Old 24th January 2015
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

The intagp driver that is declared not configured in -current is likely due to this revision to agp_i810.c:
Code:
CVSROOT:    /cvs
Module name:    src
Changes by:    kettenis@<redacted>    2014/05/12 13:29:16

Modified files:
    sys/dev/pci    : agp_i810.c 
    sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c 
                          i915_gem_gtt.c 

Log message:
Move GTT management for Sandy Bridge and up into inteldrm(4).  This makes
it possible to use the non-mappable part of the GTT, prepares the way for
using the PPGTT and reduces the diffs with Linux.

ok jsg@
Reply With Quote