Details
- 
    Task 
- 
    Resolution: Unresolved
- 
    Minor 
- 
    None
Description
Noticed on CORE-17395.
https://alter.org.ua/soft/win/uni_ata/registry.php
misses these keys.
–
https://git.reactos.org/?p=reactos.git;a=blob;f=drivers/storage/ide/uniata/id_ata.cpp;hb=HEAD#l10755
| 10756 if(WinVer_Id() >= WinVer_2k) { | 
| 10757 if(AtapiRegCheckParameterValue(NULL, L"Paramaters\\PnpInterface", L"1", 0)) { | 
| 10758 KdPrint(("UniATA: Behave as WDM, mlia (1)\n")); | 
| 10759             WinVer_WDM_Model = TRUE; | 
| 10760         } | 
| 10761 if(AtapiRegCheckParameterValue(NULL, L"Paramaters\\PnpInterface", L"5", 0)) { | 
| 10762 KdPrint(("UniATA: Behave as WDM, mlia (5)\n")); | 
| 10763             WinVer_WDM_Model = TRUE; | 
| 10764         } | 
| 10765     }
 | 
While here, note that 0 value should be accepted too...
Attachments
Issue Links
- is blocked by
- 
                    CORE-17524 [UniATA] Fix 'Paramaters' typo, in registry key names -         
- Resolved
 
-         
- relates to
- 
                    CORE-17395 ReactOS new storage stack does not support UniATA in PnP-compliant mode -         
- Open
 
-