K 10 svn:author V 6 anholt K 8 svn:date V 27 2005-06-28T21:38:08.000000Z K 7 svn:log V 410 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) END