Hi,
I have one question.
I have a filter driver which I want to layer below Disk.sys in Windows 2000.
It should be a lower filter driver for the devices of the type disk drive.
It creates a Filter DO for every PDO for the disk created by SCSI port
driver.
My AddDevice() routine gets called for the every PDO of the type Disk which
is already present in the system. But if we add a disk to the system after
the system comes online(create a logical drive in RAID Controller without
rebooting the system), my AddDevice() never gets called even if I do a
RESCAN from the Device Manager.
I think this is a problem in the installation of the filter driver.
I am using addFilter sample utility modified for my requirements for
installing the filter driver.
Does anybody knows how to go for it.
Thanks in Advance.
Prakash Bilodi
American MegaTrends Inc
E-Mail:xxxxx@ami.com
Voice(O):510-249-1022
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