VirtualBox

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).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r80824 r81603  
    16481648def getAdapterType(ctx, natype):
    16491649    if (natype == ctx['global'].constants.NetworkAdapterType_Am79C970A or
    1650         natype == ctx['global'].constants.NetworkAdapterType_Am79C973):
     1650        natype == ctx['global'].constants.NetworkAdapterType_Am79C973 or
     1651        natype == ctx['global'].constants.NetworkAdapterType_Am79C960):
    16511652        return "pcnet"
    16521653    elif (natype == ctx['global'].constants.NetworkAdapterType_I82540EM or
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