[Dri-devel] non-x86 non-PCI based DRM...

2004-04-22 Thread Dave Airlie
In the Linux kernel there is a drm for the Sun Creator3D card this card is in no way related to PCI/AGP .. I've no idea how all the changes we are making to the DRM affect this type of card... I'll import the ffb files into our tree just for completeness but we can't build it it only works on

Re: [Dri-devel] non-x86 non-PCI based DRM...

2004-04-22 Thread Mike Mestnik
I have a sparc64 running linux. I do not have a Creator3D card I'm using the on-board mach64(Rage 3D Pro). I do have a sun video card expanshion slot. At this time I can't build the Mesa tree due to solaris asm not being compilable on linux. Only Debian's Xfree86(and maby Xfree86) will build

Re: [Dri-devel] non-x86 non-PCI based DRM...

2004-04-22 Thread Brian Paul
If you're referring to the code in src/mesa/sparc/, you should be able to easily disable it. There's ordinary C code to fall back to. -Brian Mike Mestnik wrote: I have a sparc64 running linux. I do not have a Creator3D card I'm using the on-board mach64(Rage 3D Pro). I do have a sun video

Re: [Dri-devel] non-x86 non-PCI based DRM...

2004-04-22 Thread Mike Mestnik
Unfortunatly this is not the case. I fixed up some Makefiels not to build the asm code and then I got undefined symbols. I'l get back too working on that soon enuff. --- Brian Paul [EMAIL PROTECTED] wrote: If you're referring to the code in src/mesa/sparc/, you should be able to easily