In message <[EMAIL PROTECTED]>
          Guennadi Liakhovetski <[EMAIL PROTECTED]> wrote:

> I've looked in the function, that seems to be doing the ioperm call in
> programs/Xserver/hw/xfree86/os-support/linux/lnx_video.c:
> 
> #elif !defined(__mc68000__) && !defined(__sparc__) && !defined(__mips__)
>         if (ioperm(0, 1024, 1) || iopl(3))
>                 FatalError("xf86EnableIOPorts: Failed to set IOPL for I/O\n");
> 
> The ioperm(0, 1024, 1) on ARM doesn't seem to make much sense either. Ok,
> my suspicion was right - it tries to access ISA...

...this is one of about 10 similar changes that need to be made for
ARM, and I have submitted to the BTS.  Wookey is working on some for
4.3, based upon those patches.



-- 
Peter Naulls - [EMAIL PROTECTED]        | http://www.chocky.org/
----------------------------------------------------------------------------
Free RISC OS Hosting                   | http://www.prowl.org/


Reply via email to