Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: mrg
Date: Sun Jan 18 10:04:35 UTC 2009
Modified Files:
src/sys/dev/drm: drm_drv.c
src/sys/dev/pci/drm: radeon_drv.c
Log Message:
Don't attempt to unload a DRM device that's in use. (Note:
Unloading doesn't work right in any case -- it doesn't clean up the
sysctl tree, among other things. This code needs Work, but at least
this prevents it crashing randomly due to autounload while X is
running.) Also, fix the dependency list for radeondrm.
contributed anonymously.
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/dev/drm/drm_drv.c
cvs rdiff -r1.9 -r1.10 src/sys/dev/pci/drm/radeon_drv.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index