VirtualBox

Changeset 81603 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Oct 31, 2019 9:25:18 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134360
Message:

Main: Added PCnet-ISA/NE2100/Am79C960 to the API (the device side is long in place).

Location:
trunk/src/VBox/Main/xml
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r81581 r81603  
    38853885            else if (strTemp == "Am79C973")
    38863886                nic.type = NetworkAdapterType_Am79C973;
     3887            else if (strTemp == "Am79C960")
     3888                nic.type = NetworkAdapterType_Am79C960;
    38873889            else if (strTemp == "82540EM")
    38883890                nic.type = NetworkAdapterType_I82540EM;
     
    64986500                    {
    64996501                        case NetworkAdapterType_Am79C973:   pcszType = "Am79C973"; break;
     6502                        case NetworkAdapterType_Am79C960:   pcszType = "Am79C960"; break;
    65006503                        case NetworkAdapterType_I82540EM:   pcszType = "82540EM"; break;
    65016504                        case NetworkAdapterType_I82543GC:   pcszType = "82543GC"; break;
  • trunk/src/VBox/Main/xml/VirtualBox-settings.xsd

    r81087 r81603  
    191191    <xsd:enumeration value="Am79C970A"/>
    192192    <xsd:enumeration value="Am79C973"/>
     193    <xsd:enumeration value="Am79C960"/>
    193194    <xsd:enumeration value="82540EM"/>
    194195    <xsd:enumeration value="82543GC"/>
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