CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2011/07/05 19:50:08
Modified files: sys/dev/pci/drm: i915_drv.c Log message: so... there is some crazy bug exposed on non-ironlake chips, when the ironlake interrupt handler is changed. some nasty bug lurks in here, and any binary change randomly exposes this and screws up the chip. back this out for now; until it is found. ok oga