[Wine] Re: direct i/o using wine

vitamin wineforum-user at winehq.org
Sat Mar 7 13:48:43 CST 2009


alessandro_maffei wrote:
> I built a projet that use direct i/o access to $100-$1F0 and $300-$307 i/o address.
> I use delphi 6 with a driver to enable direct i/o access in winNT,XP etc.
> and all is ok.

Wine does not support this type of drivers. They can not and will not work on Wine.
You can not access hardware ports on Linux from user space unless you running this program as root. Or used some other mechanism to allow yourself to access ports.

Even if you running program as root, you still have to use ioperm() to enable port access. For more details see for example this HOWTO: http://tldp.org/HOWTO/IO-Port-Programming.html







More information about the wine-users mailing list