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

[NDIS] LAN driver is asserting a FIXME on NdisMRegisterIoPortRange

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • Major
    • None
    • Networking
    • None

    Description

      I am getting this annoy assert after install LAN driver:

      Assertion 'FALSE' failed at /srv/buildbot_cmake/full_cmake/build/drivers/network/ndis/ndis/io.c line 1052

      Which is as follow:

      1043 /*
      1044 * FIXME: NDIS 5+ completely ignores the InitialPort parameter, but
      1045 * we don't have a way to get the I/O base address yet (see
      1046 * NDIS_MINIPORT_BLOCK->AllocatedResources and
      1047 * NDIS_MINIPORT_BLOCK->AllocatedResourcesTranslated).
      1048 */
      1049 if(InitialPort)
      1050 PortAddress = RtlConvertUlongToLargeInteger(InitialPort);
      1051 else
      1052 ASSERT(FALSE);

      This assert occurs at every system boot and is cont'able, but is annoying and could be fixed or at least hided.

      Attachments

        Activity

          People

            bug zilla Bug Zilla
            Julcar Julcar
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: