Re: ISA driver under XP
- From: "Doron Holan [MSFT]" <doronh@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 28 Apr 2008 10:20:48 -0700
is the device actualy enumerated by the isa bus? you should make this a pnp enabled driver. KMDf is probably your best option. once you do that, you should use the HAL routines (READ/WRITE_PORT_UCHAR/USHORT/etc) instead of embedded asm.
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Jack" <raoul@xxxxxxx> wrote in message news:4815ef3a$0$696$426a74cc@xxxxxxxxxxxxxxx
Hi,
I have to update an old driver for an ISA card.
I've tried to read card memory using same address of "out" and "in" asm instruction, but I always get 0xFF
Has Isa a special memory space address, or should it work (= I got bug)
Thanks for reply
Jack
.
- References:
- ISA driver under XP
- From: Jack
- ISA driver under XP
- Prev by Date: Re: ISA driver under XP
- Next by Date: Multithreaded pipe server, deadlock problem
- Previous by thread: Re: ISA driver under XP
- Next by thread: Multithreaded pipe server, deadlock problem
- Index(es):
Relevant Pages
|
Loading