CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2013/06/06 10:14:26
Modified files: sys/dev/pci : agp_i810.c sys/dev/pci/drm/i915: i915_drv.c Log message: Add the remaining support code for 4th gen Intel Core/Haswell graphics and match the same pci devices Linux does. Untested for lack of hardware but should work. Note that 3D/OpenGL won't work until we update to a newer version of Mesa, which can't happen until the Radeon KMS work is ready. ok deraadt@