VirtualBox

Changeset 76711 in vbox for trunk


Ignore:
Timestamp:
Jan 8, 2019 4:14:36 PM (6 years ago)
Author:
vboxsync
Message:

ConsoleImpl2: Use new style CFGM config for PCnet emulation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r76678 r76711  
    25682568            {
    25692569                case NetworkAdapterType_Am79C970A:
    2570                     InsertConfigInteger(pCfg, "Am79C973", 0);
     2570                    InsertConfigString(pCfg, "ChipType", "Am79C970A");
    25712571                    break;
    25722572                case NetworkAdapterType_Am79C973:
    2573                     InsertConfigInteger(pCfg, "Am79C973", 1);
     2573                    InsertConfigString(pCfg, "ChipType", "Am79C973");
    25742574                    break;
    25752575                case NetworkAdapterType_I82540EM:
Note: See TracChangeset for help on using the changeset viewer.

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