CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/02/15 13:18:59
Modified files: sys/dev/pci/drm: ati_pcigart.c r128_cce.c radeon_cp.c Log message: Make the pcigart functions return 0 on success and an errno on failure, instead of 1 on success and zero on failure. I hated that twisty logic.