Hi all,
I have a SCSI miniport driver and the INF file that i am using for
it’s installation. When i install the driver i see a Raid Dummy Device that
comes in device manager in Windows 2000. I want to remove this dummy device.
Any help is highly appriciated,
thanks
ajitabh
Hello,
I have the same situation with my scsi miniport and Windows 2000.
If I remove the dummy driver, it reinstalls next boot. If I remove my
miniport, the dummy stays. If I remove my miniport and then the dummy
driver, it does not come back (until I install my driver again, after the
machine reboots).
The PCI hardware is not yet ready, so I have specified Isa as the
AdapterInterfaceType, and DeviceManager shows no resources used for my
miniport, but the dummy driver has my port address!! My driver has an “!”
in Device Manager (“device cannot start”), but a new Disk Drive shows up
(and is “working properly”)
Windbg shows activity in my driver during boot, but Disk Management shows
that the “Disk 1” is “Unknown” and “Unreadable”. But I am not even sure if
I am properly handling MapBuffers, Srb->DataBuffer, etc., etc., etc…
Bart.
Saxena, Ajitabh Prakash wrote in message
news:xxxxx@ntdev…
>
> Hi all,
> I have a SCSI miniport driver and the INF file that i am using for
> it’s installation. When i install the driver i see a Raid Dummy Device
that
> comes in device manager in Windows 2000. I want to remove this dummy
device.
>
>
> Any help is highly appriciated,
> thanks
> ajitabh
>
>