From owner-freebsd-current@FreeBSD.ORG Mon Aug 28 17:04:41 2006 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9051916A4DE for ; Mon, 28 Aug 2006 17:04:41 +0000 (UTC) (envelope-from markus@trippelsdorf.de) Received: from blue-ld-125.synserver.de (smtp-out-43.synserver.de [217.119.50.43]) by mx1.FreeBSD.org (Postfix) with SMTP id 47E5343D80 for ; Mon, 28 Aug 2006 17:04:22 +0000 (GMT) (envelope-from markus@trippelsdorf.de) Received: (qmail 19713 invoked by uid 0); 28 Aug 2006 17:04:07 -0000 X-SynServer-RemoteDnsName: port-212-202-34-169.dynamic.qsc.de X-SynServer-AuthUser: markus@trippelsdorf.de Received: from port-212-202-34-169.dynamic.qsc.de (HELO bsd.trippelsdorf.de) (212.202.34.169) by mx-10.synserver.de with SMTP; 28 Aug 2006 17:04:06 -0000 Date: Mon, 28 Aug 2006 19:04:05 +0200 From: Markus Trippelsdorf To: Norikatsu Shigemura Message-ID: <20060828170244.GA747@bsd.trippelsdorf.de> References: <20060828234702.8187fce0.nork@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060828234702.8187fce0.nork@FreeBSD.org> Cc: freebsd-current@FreeBSD.org Subject: Re: radeon(4)+apic(4) on SMP environment causes panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Aug 2006 17:04:41 -0000 On Mon, Aug 28, 2006 at 11:47:02PM +0900, Norikatsu Shigemura wrote: > When X run and is initializing with radeon.ko kldload-ed, > I always contact a panic. I think that apic(4) and radeon(4) > have any problems. I don't why panic, so I'll report it. Yes, the same thing happens here on my amd64 smp system (Radeon 7500). An easy fix is to comment out "Load "dri"" in your xorg.conf. But it would be nice to find a proper solution. -- Markus