From owner-cvs-src@FreeBSD.ORG Tue Jun 28 21:38:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4655916A41C; Tue, 28 Jun 2005 21:38:09 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B3DC43D1F; Tue, 28 Jun 2005 21:38:09 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5SLc89m010990; Tue, 28 Jun 2005 21:38:08 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5SLc88i010989; Tue, 28 Jun 2005 21:38:08 GMT (envelope-from anholt) Message-Id: <200506282138.j5SLc88i010989@repoman.freebsd.org> From: Eric Anholt Date: Tue, 28 Jun 2005 21:38:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/drm radeon_cp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 21:38:09 -0000 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