Date: Tue, 28 Jun 2005 21:38:08 +0000 (UTC) From: Eric Anholt <anholt@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/drm radeon_cp.c Message-ID: <200506282138.j5SLc88i010989@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506282138.j5SLc88i010989>