Hi,
I’ve written a Storport Miniport driver for a storage controller (scsi based). I would like to apply for Windows Logo for the driver. So in DTM Studio, i’ve chosen the Storage Adapter or Controller option. Since my controller is not RAID, i didnt choose raid option.
In this case, the SCSI compliant tests are not included in the required tests. Only if i choose, RAID, then i’m able to see those. So do i have to choose RAID for getting the logo for the driver?
Regards,
Kumar
> Hi,
I’ve written a Storport Miniport driver for a storage controller (scsi based). I
would like to apply for Windows Logo for the driver. So in DTM Studio, i’ve
chosen the Storage Adapter or Controller option. Since my controller is not
RAID, i didnt choose raid option.
In this case, the SCSI compliant tests are not included in the required tests.
Only if i choose, RAID, then i’m able to see those. So do i have to choose RAID
for getting the logo for the driver?
Someone else can probably tell you with more authority, but I assume that a RAID driver may have to implement some SCSI protocol itself (eg it pretends to be a single SCSI device to windows when in fact multiple devices exists “behind” it), which is the justification for Windows testing SCSI compliance as part of the stortport driver test when you choose a RAID driver.
James