CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/04/04 18:32:54
Modified files: sys/dev/pci/drm: drmP.h i915_dma.c r300_cmdbuf.c savage_state.c Log message: kill DRM_VERIFYAREA_READ, it's part of a linux optimisation where we can guarrantee that copyin won't pagefault and use a faster version in that case. Since we just use plain copyin, it's stupid.