From owner-freebsd-multimedia Fri Mar 9 13:20:44 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from asmodean.nks.net (asmodean.nks.net [216.139.201.16]) by hub.freebsd.org (Postfix) with ESMTP id 2046B37B71B for ; Fri, 9 Mar 2001 13:20:41 -0800 (PST) (envelope-from joeo@cracktown.com) Received: from localhost (joeo@localhost) by asmodean.nks.net (8.9.3/8.9.3) with ESMTP id QAA14265; Fri, 9 Mar 2001 16:20:11 -0500 Date: Fri, 9 Mar 2001 16:20:11 -0500 (EST) From: X-Sender: To: Eric Anholt Cc: Subject: Re: [Dri-devel] FreeBSD DRM and Voodoo3 In-Reply-To: <01030822061600.04246@positron.anholt.dyn.dhs.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Cool... The tdfx drm kernel module has seen no interface changes in a long time. Despite the templated driver stuff being from the recent DRI head branch, it seems to cooperate with my XFree86 4.0.2 install on my freebsd box. Only had to add this case to the device probe routing in /usr/src/sys/dev/drm/tdfx/tdfx_drv.c to get it to work with my V4 at home and my V5 here at work. case 0x0009121a: s = "3Dfx Voodoo 4/5 graphics accelerator"; break; } The drm-2001-01-01-modules-makefile.diff on your web page doesn't seem to download propperly. Everything else seems to patch/untar correctly against 4.3-BETA. I get an unreferenced symbol in the drm module when atempting statically link in the tdfx module in the kernel compile, but it looks like its from not staticly linking in the linux ABI module... On Thu, 8 Mar 2001, Eric Anholt wrote: > Well, I've backed down to -stable and updated the FBSD DRM modules. They now > use the new templated architecture. Unfortunately, I haven't ported the > other non-tdfx drivers over to it. Still, it should help the voodoo3 users, > and porting of the other drivers shouldn't be too hard thanks to the > templates. > > My patches are at: > http://www.teleport.com/~anholt/devel/dri/ > > Comments (and drivers for non-tdfx) welcome. > > _______________________________________________ > Dri-devel mailing list > Dri-devel@lists.sourceforge.net > http://lists.sourceforge.net/lists/listinfo/dri-devel > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message