Re: Bug#362590: FTBFS on m68k

2006-04-18 Thread Michel Dänzer
cular, most if not all of them seem to require 3D acceleration. -- Earthling Michel Dänzer | Debian (powerpc), X and DRI developer Libre software enthusiast| http://svcs.affero.net/rm.php?r=daenzer

Re: xfree86 4.2.0-0pre1v3 (source,i386) available at the X Strike Force

2002-09-01 Thread Michel Dänzer
gt; loader/xf86sym.c > os-support/bsd/bsd_video.c > os-support/linux/lnx_video.c > > Therefore I get the feeling that atimach64.c is doing something wrong. > compiler.h does go to a lot of trouble to set up macros that expand to > these various functions. MMIO_OUT32 would probably be the macro for this. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast

Re: XFree86 4.2.0-0pre1v3 build failure on m68k

2002-08-23 Thread Michel Dänzer
> iirc we don't have any mmio on m68k. Yes you do, or how do you access chip registers? > I wonder if any of the accelerated Mach64 cards worked on m68k at all? Any driver doing MMIO register access will need those functions. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU

Re: XFree86 4.2.0-0pre1v3 build failure on m68k

2002-08-23 Thread Michel Dänzer
defined reference to `xf86WriteMmio32Be' > atimisc_drv.o(.text+0x51e4): undefined reference to `xf86WriteMmio32Be' > collect2: ld returned 1 exit status Looks like m68k (like others) is missing the xf86*Mmio* functions in programs/Xserver/hw/xfree86/common/compiler.h. -- Earthling