Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
Description
Noticed on CORE-17522 by chinamicah:
https://git.reactos.org/?p=reactos.git;a=blob;f=drivers/storage/ide/uniata/id_ata.cpp;hb=HEAD#l10755
10628 DriverEntry(
|
...
|
10757 if(AtapiRegCheckParameterValue(NULL, L"Paramaters\\PnpInterface", L"1", 0)) { |
...
|
10761 if(AtapiRegCheckParameterValue(NULL, L"Paramaters\\PnpInterface", L"5", 0)) { |
–
Workaround:
Create "clone" keys with both spellings.
Attachments
Issue Links
- blocks
-
CORE-17395 ReactOS new storage stack does not support UniATA in PnP-compliant mode
- Open
-
CORE-17522 [UniATA] Document 'PnpInterface' registry keys
- Untriaged