CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/03/31 14:05:06
Modified files: sys/dev/pci/drm: drmP.h drm_memory.c radeon_cp.c radeon_drv.c radeon_drv.h radeon_state.c Log message: remove the drm_read and drm_write functions. instead just do the conditional on whether we treat the data like memspace or system memory into the one driver that needs this. Something similar was done upstream a while back.