Help regarding Miniport filter driver

Please help me, how to write miniport filter driver. Since WINDOWS NT provides different interface to Miniport Drivers, I am confussed, how to attach my device object with miniport driver.
Also tell me how to create port device object.

Thank you,
Bala


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

wouldn’t enumerating all devices of type scsiN: help? One just has to be
careful about flag "claim: flag.
If u write filter driver for the devices scsiN:, the filter driver would get
modified I/O requests in terms of SRB (done by the class drivers).
for 2K, one needs to write upper filter driver for the PDOs created for all
scsi port devices. A proper inf file would achieve this without much code in
the driver itself. Driver’s AddDevice would be called for each of the PDOs

thanx
pash

Please help me, how to write miniport filter driver. Since WINDOWS NT
provides different interface to Miniport Drivers, I am confussed, how to
attach my device object with miniport driver.
Also tell me how to create port device object.

Thank you,
Bala


You are currently subscribed to ntdev as: xxxxx@Legato.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