From owner-freebsd-stable@FreeBSD.ORG Sat Mar 20 00:34:58 2004 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 8DC4716A4CE for ; Sat, 20 Mar 2004 00:34:58 -0800 (PST) Received: from eden.barryp.org (host-150-32-220-24.midco.net [24.220.32.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C4E743D1F for ; Sat, 20 Mar 2004 00:34:58 -0800 (PST) (envelope-from bp@barryp.org) Received: from [10.66.0.231] (helo=barryp.org) by eden.barryp.org with asmtp (Exim 4.20) id 1B4bwU-000NJc-E4; Sat, 20 Mar 2004 02:34:54 -0600 Message-ID: <405C022D.60805@barryp.org> Date: Sat, 20 Mar 2004 02:34:53 -0600 From: Barry Pederson User-Agent: Mozilla Thunderbird 0.5 (X11/20040228) X-Accept-Language: en-us, en MIME-Version: 1.0 To: hmchan@alumni.cuhk.edu.hk References: <7670000.1079480581@palle.girgensohn.se> <13770000.1079537744@rambutan.pingpong.net> <33830000.1079712277@durian.pingpong.net> <405B2D7A.5050309@barryp.org><405BADFC.2020704@barryp.org> <20040320124834.E11836@amd> In-Reply-To: <20040320124834.E11836@amd> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on eden.barryp.org X-Spam-Status: No, hits=-4.9 required=4.5 tests=BAYES_00 autolearn=ham version=2.61 cc: "stable@freebsd.org" Subject: Re: ATI Radeon 9600 SE & OpenGL? 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: Sat, 20 Mar 2004 08:34:58 -0000 Spencer Chan wrote: > Just to add some data point, i have > > ~#pciconf -l -v|egrep agp\|drm > agp0@pci0:0:0: class=0x060000 card=0x00000000 chip=0x30991106 rev=0x00 > hdr=0x00 > drm0@pci1:0:0: class=0x030000 card=0x017018bc chip=0x59641002 rev=0x01 > hdr=0x00 > ~#dmesg |grep drm > drm0: port 0xa000-0xa0ff mem > 0xe1000000-0xe100ffff,0xd0000000-0xd7ffffff irq 11 at device 0.0 on pci1 > info: [drm] AGP at 0xc0000000 256MB > info: [drm] Initialized radeon 1.10.0 20020828 on minor 0 > info: [drm] Loading R200 Microcode > drm0: [MPSAFE] > info: [drm] Loading R200 Microcode > > My system is RELENG_5_2, with src/sys/dev/drm/radeon* updated to HEAD to > recognize my card's PCI id. I am using XFree86 4.4 binaries. Interesting, I don't get anything about microcode loading. My equivalent output is: pciconf -l -v|egrep agp\|drm ------------ agp0@pci0:0:0: class=0x060000 card=0x01621028 chip=0x25788086 rev=0x02 hdr=0x00 drm0@pci1:0:0: class=0x030000 card=0x7c13174b chip=0x59611002 rev=0x01 hdr=0x00 ------------ dmesg |grep drm ----------- drm0: port 0xde00-0xdeff mem 0xfe9e0000-0xfe9effff,0xf0000000-0xf7ffffff irq 11 at device 0.0 on pci1 info: [drm] AGP at 0xe0000000 128MB info: [drm] Initialized radeon 1.10.0 20020828 on minor 0 ------------ This is on 5.2.1-RELEASE-p1, maybe going to HEAD would help. I'd imagine you'd want the whole src/sys/dev/drm directory, and not just the radeon* files. Although reading through the source of what I have now it's not obvious why the microcode loading doesn't apply to my card already. Barry