CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/10/07 16:25:12
Modified files: sys/dev/pci/drm: drmP.h drm_dma.c drm_drv.c i915_dma.c i915_irq.c i915_mem.c mach64_dma.c mach64_drv.h mach64_irq.c mach64_state.c mga_dma.c mga_drv.h mga_state.c mga_warp.c r128_cce.c r128_drv.h r128_state.c r300_cmdbuf.c radeon_cp.c radeon_irq.c radeon_mem.c radeon_state.c savage_bci.c savage_state.c sis_mm.c via_dma.c via_irq.c via_map.c via_mm.c via_verifier.c via_video.c Log message: Kill the linux-ready negative return codes in ``shared'' code. We handle them wrong in several cases that i've noticed and Merging when needed is still fairly simple, anyway. This shaves another 500 bytes from an amd64 kernel due to not having to flip the sign on some things. It also stops my eyes bleeding. Tested by a few along with the last diff that went in.