[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: XFree86 4 on RiscPC



> spot the person that confused two TLAs.

well, unless someone in this pile meant Instruction Set Architecture...

> And are Phil and Wookey really hoping that *I*'m going to go grovelling

./xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_video.c:434:
        FatalError("%s: Failed to set IOPL for I/O\n",

(presumably, since the other occurances of that exact string are sysv
and solaris 8 specific :-)

void
xf86EnableIO(void)
{
        if (ExtendedEnabled)
                return;

#if !defined(__mc68000__) && !defined(__powerpc__) && !defined(__sparc__) && !defined(__mips__)
        if (ioperm(0, 1024, 1) || iopl(3))
                FatalError("%s: Failed to set IOPL for I/O\n",
                           "xf86EnableIOPorts");
#endif
        ExtendedEnabled = TRUE;

        return;
}

Presumably that ifdef isn't precise enough for this case? 



Reply to: