Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-17522

[UniATA] Document 'PnpInterface' registry keys

    XMLWordPrintable

Details

    Description

      Noticed on CORE-17395.

      https://alter.org.ua/soft/win/uni_ata/registry.php
      misses these keys.

      See
      https://docs.microsoft.com/en-us/windows-hardware/drivers/storage/registry-entries-for-plug-and-play-scsi-miniport-drivers

      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

          Activity

            People

              Unassigned Unassigned
              Serge Gautherie Serge Gautherie
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: