CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/18 09:08:52
Modified files:
sys/dev/pci/drm: i915_dma.c i915_drv.h
Log message:
instead of going through the drm_map interface, just map the mmio
registers directly (via the memory sharing interface that intagp uses).
It doesn't need to be in a map structure.
Idea taken from some of intel's work.
