CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2011/09/14 04:26:16
Modified files: sys/dev/pci : agp_i810.c agpreg.h sys/dev/pci/drm: i915_drv.c i915_drv.h i915_irq.c Log message: Initial kernel support for sandybridge intel chipsets in intagp and inteldrm. Far from perfect. Extra (almost essential) features like the extra ringbuffers are not yet supported (I have half a diff), but this and the appropriate ddx patches allow modesetting and basic shadow acceleration. Initial work by jcs@, a few cleanups and bugfixes by me. Tested by many on all appropriate chipsets. ok kettenis@