Changeset 81603 in vbox for trunk/src/VBox/Frontends/VBoxShell
- Timestamp:
- Oct 31, 2019 9:25:18 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134360
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r80824 r81603 1648 1648 def getAdapterType(ctx, natype): 1649 1649 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): 1651 1652 return "pcnet" 1652 1653 elif (natype == ctx['global'].constants.NetworkAdapterType_I82540EM or
Note:
See TracChangeset
for help on using the changeset viewer.