Re: Looking for ioperm maintainer (was Re: ioperm() with ports above 0x3ff)

2008-03-26 Thread Andrew Dyer
On Tue, Feb 19, 2008 at 4:05 AM, Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Feb 18 21:15, Andrew Dyer wrote: > > I am having problems using ioperm() to try and access a parallel printer > port on > > a PCI card in my system running WinXP. The port is mappe

ioperm() with ports above 0x3ff

2008-02-18 Thread Andrew Dyer
I am having problems using ioperm() to try and access a parallel printer port on a PCI card in my system running WinXP. The port is mapped to I/O port address 0xDCD8. I cannot access the port because the ioperm() driver has a check to limit I/O port accesses to < 0x400. from /usr/src/ioperm-0.4/