Re: How to Access CIS information in PCMCIA CF Card



Modifying the CIS means writing to the attribute memory of your card.
There are several possibilities to do this. Have a look on "System Support
for Buses\PCMCIA Bus"
in the DDK documentation.
All the solutions require some driver to be already loaded for your device.
Means that a valid CIS
must already be present on the card.
Changing the CIS implies changing of the checksum built on the CIS. As far
as I remember this checksum
is part of the hardware ID used to enumerate the driver for your device. So
if you change the CIS you
will get a new hardware ID......


"Noah538" <noah538@xxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:1137932097.016602.87720@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Is there any possible to modify the Card Infomation Structure (CIS)
> in CF Memory Card via ntddpcm.h
> ?
>


.



Relevant Pages