From owner-freebsd-current Fri Jul 12 12: 6:35 2002 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 00F4637B400 for ; Fri, 12 Jul 2002 12:06:32 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 574DF43E3B for ; Fri, 12 Jul 2002 12:06:32 -0700 (PDT) (envelope-from eta@lclark.edu) Received: from 12-224-154-76.client.attbi.com ([12.224.154.76]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020712190631.BQDF29588.sccrmhc01.attbi.com@12-224-154-76.client.attbi.com>; Fri, 12 Jul 2002 19:06:31 +0000 Subject: Re: Update to the DRM From: Eric Anholt To: Stanislav Grozev Cc: freebsd-current@freebsd.org In-Reply-To: <20020712090717.GA66863@meerkat.dungeon> References: <1026343027.498.7.camel@anholt.dyndns.org> <1026343406.498.23.camel@anholt.dyndns.org> <20020711091919.GB92796@meerkat.dungeon> <1026411910.527.75.camel@anholt.dyndns.org> <20020712075650.GA40548@meerkat.dungeon> <20020712090717.GA66863@meerkat.dungeon> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.3 Date: 12 Jul 2002 13:06:31 -0600 Message-Id: <1026500792.488.17.camel@anholt.dyndns.org> Mime-Version: 1.0 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 2002-07-12 at 03:07, Stanislav Grozev wrote: > ok, it compiles and runs fine... > but my card isn't recognized. here's what pciconf -l -v shows: > > none6@pci0:13:0: class=0x030000 card=0x80af104d chip=0x4c521002 rev=0x64 hdr=0x00 > vendor = 'ATI Technologies' > device = 'Rage P/M Mobility PCI' > class = display > subclass = VGA > > so I just added the chipid to r128_drv.c (hoping that it will work;-): > > {0x1002, 0x4c52, __REALLY_HAVE_SG, "ATI Rage 12m Mobility P/M (PCI)"}, That's a Mach64-based chip, so the r128 driver won't work with it. Luckily for you, support for mach64s (Rage Pros specifically, which I think your chip is) is being worked on in DRI CVS, so it should be available soon. What's needed at this point is for someone to port the Mach64 DRM from Linux to the Linux/BSD framework we've got in DRI CVS now. It's a pretty straightforward process now for most chipsets, but does take some time. -- Eric Anholt http://people.freebsd.org/~anholt/dri/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message