Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Mar 2001 16:20:11 -0500 (EST)
From:      <joeo@cracktown.com>
To:        Eric Anholt <anholt@teleport.com>
Cc:        <freebsd-multimedia@freebsd.org>
Subject:   Re: [Dri-devel] FreeBSD DRM and Voodoo3
Message-ID:  <Pine.LNX.4.30.0103091607430.14220-100000@asmodean.nks.net>
In-Reply-To: <01030822061600.04246@positron.anholt.dyn.dhs.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.30.0103091607430.14220-100000>