Loading the SCSI Miniport Driver

Hi,
I am writing a iSCSI driver for which I am writing a SCSI Miniport Driver which does not actually deal with a ADAPTER. In this I am establishing a TCP connection with a remote machine where my iscsi Target is running and for TCP connections I am using the TDI client in the form of a DRIVER_LIBRARY.
I built the .sys file for this miniport driver and when I am trying to load in the normal fashion by entering in the registry it is not getting loaded and the system is crashed. I tried this in all possible ways but not successful.
How do I load my driver as I am faking the miniport driver though I don’t have an Adapter and I don’t have an “inf” file also.
Can anyone tell me how I can load this miniport driver.

regards
sreenivas


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