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

FT_BALANCED_READ_MODE incorrectly detected

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Trivial
    • None
    • None

    Description

      Detected during installation of reactos-bootcd-0.4.15-dev-5632-g684b5ce-x86-gcc-lin-dbg

      (drivers/storage/port/scsiport/ioctl.c:542) unknown ioctl code: 0x66001B 

      IOCTL 0x66001B corresponds to FT_BALANCED_READ_MODE

      This is called in ntoskrnl/fsrtl/faulttol.c by FsRtlBalanceReads : https://git.reactos.org/?p=reactos.git;a=blob;f=ntoskrnl/fsrtl/faulttol.c;hb=64527aa94823264d30bceb604f65d8a15f1ad6cd#l46

      but leading to an "unsupported" IOCTL in ScsiPortDeviceControl : https://git.reactos.org/?p=reactos.git;a=blob;f=drivers/storage/port/scsiport/ioctl.c#l404

      Expected result : this should lead to a dedicated "case" item, even with "UNIMPLEMENTED;" for the time being.

      Patch IOCTL.patchtested succesfully against this case.

      Attachments

        1. IOCTL.patch
          1.0 kB
          KRosUser
        2. ReactOS.log
          59 kB
          KRosUser

        Activity

          People

            Unassigned Unassigned
            KRosUser KRosUser
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: