Hi all,

I have a Win-NT 4.0 system
I have a ISA card, which uses only IO space.
I want to access the IO space from User mode. Is there a way to map
this IO space to user mode ? or could I directly access it ?
How can I do that ?


Thanks
Maurice

Re: Accessing IO space from Application by Jackal

Jackal
Thu Jan 13 03:48:32 CST 2005

You need to write a simple kernel driver to access IO space.
NT4.0DDK\src\general\portio sample code demonstrates this.

Jackal Huang

<zmau@UltimateEmail.com> ...
> Hi all,
>
> I have a Win-NT 4.0 system
> I have a ISA card, which uses only IO space.
> I want to access the IO space from User mode. Is there a way to map
> this IO space to user mode ? or could I directly access it ?
> How can I do that ?
>
>
> Thanks
> Maurice
>