bug-hurd
[Top][All Lists]
Advanced

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

Re: Xorg, xf86EnableIO() and the VESA driver


From: Samuel Thibault
Subject: Re: Xorg, xf86EnableIO() and the VESA driver
Date: Mon, 15 Mar 2010 22:09:28 +0100
User-agent: Mutt/1.5.12-2006-07-14

Jérémie Koenig, le Fri 12 Mar 2010 10:44:13 +0100, a écrit :
> The culprit is xf86EnableIO() in hw/xfree86/os-support/hurd/hurd_video.c:
> 
> Bool
> xf86EnableIO()
> {
>     if (ioperm(0, 0x10000, 1)) {
>         FatalError("xf86EnableIO: ioperm() failed (%s)\n", strerror(errno));
>         return FALSE;
>     }
>     ioperm(0x40,4,0); /* trap access to the timer chip */
>     ioperm(0x60,4,0); /* trap access to the keyboard controller */
>     return TRUE;
> }

Should get dropped by next upload.

Samuel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]