VirtualBox

Ignore:
Timestamp:
Apr 28, 2008 7:35:29 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30294
Message:

Older 82543GC chip support, works in linux only.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r8423 r8439  
    358358                 "                            [-nictype<1-N> Am79C970A|Am79C973"
    359359#ifdef VBOX_WITH_E1000
    360                                                                               "|82540EM"
     360                                                                              "|82540EM|82543GC"
    361361#endif
    362362                 "]\n"
     
    13431343                case NetworkAdapterType_I82540EM:
    13441344                    strNICType = "82540EM";
     1345                    break;
     1346                case NetworkAdapterType_I82543GC:
     1347                    strNICType = "82543GC";
    13451348                    break;
    13461349#endif
     
    49804983                    CHECK_ERROR_RET(nic, COMSETTER(AdapterType)(NetworkAdapterType_I82540EM), 1);
    49814984                }
     4985                else if (strcmp(nictype[n], "82543GC") == 0)
     4986                {
     4987                    CHECK_ERROR_RET(nic, COMSETTER(AdapterType)(NetworkAdapterType_I82543GC), 1);
     4988                }
    49824989#endif
    49834990                else
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