Module Name: src Committed By: mrg Date: Sat Nov 6 22:06:10 UTC 2010
Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_drv.c src/sys/external/bsd/drm/dist/shared-core: radeon_cp.c radeon_state.c Log Message: call the sysctl destroy functions upon failure and unload, which should fix PR#40029. while there, fix the radeon unload, which was improperly matching mutex init/destroy operations and leading to trying to destroy lock that was never initialised. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/external/bsd/drm/dist/bsd-core/drm_drv.c cvs rdiff -u -r1.8 -r1.9 \ src/sys/external/bsd/drm/dist/shared-core/radeon_cp.c cvs rdiff -u -r1.5 -r1.6 \ src/sys/external/bsd/drm/dist/shared-core/radeon_state.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.