Hi All,
I have created a NIC driver that reads a file and loads firmware into the
NIC during MiniportInitialize. The NIC is a PCMCIA card. The NdisOpenFile
call succeeds and returns an NdisHandle. I use the handle in the call to
NdisMapFile. This call succeeds if the driver is loaded due to a card
insertion after the system has booted up. However, the NdisMapFile call
fails if the system is booted up with the card inserted. The failure code
is 0xc0000001 which is not described in the DDK as a failure code for the
NdisMapFile.
Anyone have any ideas.
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com