CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2011/07/03 14:20:42
Modified files: sys/dev/pci/drm: i915_drv.c Log message: in the ironlake interrupt handler, do not do unneccesary register accesses. we don't need to disable the interrupt on the chip. if the interrupt isn't for us, then we should not write to lots of registers, either. ok oga, tested by lots of people in snapshots