From owner-freebsd-stable@FreeBSD.ORG Wed Jan 12 02:55:47 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CCB416A4CE for ; Wed, 12 Jan 2005 02:55:47 +0000 (GMT) Received: from pop-a065d14.pas.sa.earthlink.net (pop-a065d14.pas.sa.earthlink.net [207.217.121.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA29243D39 for ; Wed, 12 Jan 2005 02:55:46 +0000 (GMT) (envelope-from jonathan@fosburgh.org) Received: from user-0cetsve.cable.mindspring.com ([24.238.243.238] helo=gw.fosburgh.org) by pop-a065d14.pas.sa.earthlink.net with esmtp (Exim 3.33 #1) id 1CoYfg-0005HY-00; Tue, 11 Jan 2005 18:55:44 -0800 Received: by gw.fosburgh.org (Postfix, from userid 1001) id 95B60B50B; Tue, 11 Jan 2005 20:55:42 -0600 (CST) From: Jonathan Fosburgh To: Jung-uk Kim Date: Tue, 11 Jan 2005 20:55:42 -0600 User-Agent: KMail/1.7.2 References: <200501110929.46471.syjef@mdanderson.org> <200501111742.45082.jkim@niksun.com> In-Reply-To: <200501111742.45082.jkim@niksun.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501112055.42441.jonathan@fosburgh.org> cc: freebsd-stable@freebsd.org Subject: Re: Support for Sis 755 AGP WAS: Fwd: Radeon DRI problems after system upgrade X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2005 02:55:47 -0000 On Tuesday 11 January 2005 16:42, Jung-uk Kim wrote: > > I think I screwed up the PCI ID. :-( > > Can you test the attached patch? It's for 6-CURRENT but you get the > idea. > It now probes correctly: agp0: mem 0xd8000000-0xdfffffff at device 0.0 on pci0 The output from pciconf is still invalid, but that appears to be because http://www.pcidatabase.com/reports.php?type=tab-delimeted is mislabelling as SiSM650? Host-to-PCI Bridge. The other location: http://members.datafast.net.au/dft0802/downloads/pcidevs.txt seems to have it correct, but that appears to be cosmetic. Still, DRI is not working. ANd I don't have a clue if it is AGP or something X.org that is causing me problems.