From owner-freebsd-x11@FreeBSD.ORG Sat Dec 16 23:16:07 2006 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF0C016A47C for ; Sat, 16 Dec 2006 23:16:07 +0000 (UTC) (envelope-from airlied@linux.ie) Received: from calculon.skynet.ie (calculon.skynet.ie [193.1.99.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43B3643CB1 for ; Sat, 16 Dec 2006 23:16:00 +0000 (GMT) (envelope-from airlied@linux.ie) Received: from skynet.skynet.ie (skynet.skynet.ie [193.1.99.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by calculon.skynet.ie (Postfix) with ESMTP id 8921CC00D2; Sat, 16 Dec 2006 23:15:58 +0000 (GMT) Date: Sat, 16 Dec 2006 23:15:58 +0000 (GMT) From: Dave Airlie X-X-Sender: airlied@skynet.skynet.ie To: Adam K Kirchhoff In-Reply-To: <45840CD3.50007@voicenet.com> Message-ID: References: <1165004214.4122.10.camel@sorrow.ashke.com> <1165079670.2034.0.camel@sorrow.ashke.com> <1165239746.4376.310.camel@thor.sulgenrain.local> <1165242369.1243.8.camel@sorrow.ashke.com> <1165243320.4376.334.camel@thor.sulgenrain.local> <1165254544.47336.7.camel@scroll.ashke.com> <1165255291.4376.375.camel@thor.sulgenrain.local> <1165256253.47336.11.camel@scroll.ashke.com> <1165268816.30310.3.camel@scroll.ashke.com> <1165319395.2762.2.camel@memory.visualtech.com> <45840CD3.50007@voicenet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-x11@FreeBSD.org, dri-devel@lists.sourceforge.net Subject: Re: DRI on FreeBSD with a PCIe X800 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Dec 2006 23:16:07 -0000 > I was looking at the various options in the radeon man page and came > across the BusType option. I had tried both leaving that option out, > and setting the option to "PCIE". This morning, I decided to try > setting it to "PCI" though, according to the man page, "PCIE" simply > falls back to PCI at the present time, so I figured it wouldn't make a > difference... Except that it does make a difference. If I set the > BusType to "PCI" dmesg shows: PCIE never falls back to PCI so the manpage is wrong, this used to be true before I implemented PCIE GART support, the PCIE cards don't have the PCI gart unlike the AGP cards.. Dave.