cvs commit: src/sys/dev/drm drm_drv.c
Remko Lodder
remko at FreeBSD.org
Wed Jan 16 05:54:40 PST 2008
remko 2008-01-16 13:54:40 UTC
FreeBSD src repository
Modified files:
sys/dev/drm drm_drv.c
Log:
Dont accidentally remove a filesocket which is still in use. This gives
problems when the DRM driver is loaded and the AIXGL extension is loaded
, the AIXGL driver requests a drm_close and this will cause the radeon
driver to fail while starting X windows.
PR: kern/114688
Submitted by: vehemens <vehemens at verizon dot net>
Prodded by: Robert Noland
Approved by: imp (mentor, a while ago already), anholt
MFC After: 1 week
Revision Changes Path
1.7 +9 -6 src/sys/dev/drm/drm_drv.c
More information about the cvs-src
mailing list