problem with DriverEntry?

Hi All,
Here we are facing problem with ScsiPortInitialize API in WindowsNT like immediately after it finishes it is not able to call HwScsiFindAdapter() if the deviceid & vendorid are given to Hw_Initialization_Data,& when they are not assigned to that structure then it gives an return value of ScsiPortInitialize as Oxc00000c0.when it is executing findadapter,the port driver hasn’t initialized the value for AccessRange Structure.so we are facing problem while finding out the PCI Configuration like IoSpace.
so could anyone give us a solution of how to overcome with this?
Thanks in advance.
Best Wishes,
Vishwanath M.


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

>value of ScsiPortInitialize as Oxc00000c0.when it is executing findadapter,the port driver

STATUS_DEVICE_DOES_NOT_EXIST.
What adapter interface type have you specified?

Max


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