Regarding Fake SCSI Miniport Driver

Hi All,
I want to develop a Fake SCSI Minport Driver i.e. the driver which loads on
a machine which does not have a SCSI Card and no SCSI device attached to it.

The Problem I am facing is whenever I call ScsiPortInitialize with fake Data
in my DriverEntry it actually checks the presence of SCSI Card etc. on the
machine and fails. I am not able to understand how to put in my fake Data so
that my ScsiPortInitialize succeeds and the Driver gets loaded.

Thanks in Advance
Rahul Gupta
DCM Technologies


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

Here at StorageCraft we have a toolkit to develop such “virtual SCSI” things.
Its primary purpose is iSCSI implementations.

Max

----- Original Message -----
From: “Rahul Gupta”
To: “NT Developers Interest List”
Sent: Thursday, October 04, 2001 8:04 AM
Subject: [ntdev] Regarding Fake SCSI Miniport Driver

> Hi All,
> I want to develop a Fake SCSI Minport Driver i.e. the driver which loads on
> a machine which does not have a SCSI Card and no SCSI device attached to it.
>
> The Problem I am facing is whenever I call ScsiPortInitialize with fake Data
> in my DriverEntry it actually checks the presence of SCSI Card etc. on the
> machine and fails. I am not able to understand how to put in my fake Data so
> that my ScsiPortInitialize succeeds and the Driver gets loaded.
>
>
> Thanks in Advance
> Rahul Gupta
> DCM Technologies
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>


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