cvs commit: src/sys/dev/drm radeon_cp.c
Eric Anholt
anholt at FreeBSD.org
Tue Jun 28 21:38:09 GMT 2005
anholt 2005-06-28 21:38:08 UTC
FreeBSD src repository
Modified files:
sys/dev/drm radeon_cp.c
Log:
Disable the drm_initmap calls in radeon_cp.c, due to them resulting in improper
handling of pci resources, and mapping framebuffer leading to panics on X
startup. The proper solution involves use of bus_alloc_resource without
RF_ACTIVE, but this code is being rewritten in DRM CVS currently, and disabling
for now doesn't remove any features, so take the easy route.
PR: kern/80718
Approved by: re (scottl)
Revision Changes Path
1.15 +6 -0 src/sys/dev/drm/radeon_cp.c
More information about the cvs-src
mailing list