I need to a storport miniport raid driver. How do I get my driver to report to storport that there’s only 1 drive should be recognized by windows?
Thanks.
I need to a storport miniport raid driver. How do I get my driver to report to storport that there’s only 1 drive should be recognized by windows?
Thanks.
In PPORT_CONFIGURATION_INFORMATION->MaximumNumberOfLogicalUnits put 1. You should do this in Hw_FindAdapter routine.
Igor Sharovar