VirtualBox

Ignore:
Timestamp:
Feb 25, 2025 3:46:16 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167741
Message:

Networking/Windows: Implemented minimal support for NDIS 6.3 to also support Windows/ARM hosts. This only does the bare minimum required to get NDIS 6.3 working, i.e. there are features we don't support (and not need so far). Also tested on this Win11/amd64. bugref:10846

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/win/VBoxNetAdp-win.cpp

    r106061 r108380  
    17811781    NDIS_MINIPORT_DRIVER_CHARACTERISTICS MChars;
    17821782
    1783     NdisZeroMemory(&MChars, sizeof (MChars));
    1784 
    1785     MChars.Header.Type = NDIS_OBJECT_TYPE_MINIPORT_DRIVER_CHARACTERISTICS;
    1786     MChars.Header.Size = sizeof(NDIS_MINIPORT_DRIVER_CHARACTERISTICS);
    1787     MChars.Header.Revision = NDIS_MINIPORT_DRIVER_CHARACTERISTICS_REVISION_1;
     1783    NdisZeroMemory(&MChars, sizeof(MChars));
     1784
     1785    MChars.Header.Type     = NDIS_OBJECT_TYPE_MINIPORT_DRIVER_CHARACTERISTICS;
     1786    MChars.Header.Size     = NDIS_SIZEOF_MINIPORT_DRIVER_CHARACTERISTICS_REVISION_2;
     1787    MChars.Header.Revision = NDIS_MINIPORT_DRIVER_CHARACTERISTICS_REVISION_2;
    17881788
    17891789    MChars.MajorNdisVersion = VBOXNETADP_VERSION_NDIS_MAJOR;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette