VirtualBox

Changeset 8439 in vbox for trunk/src/VBox


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.

Location:
trunk/src/VBox
Files:
20 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
  • trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts

    r8390 r8439  
    19861986        <comment>NetworkAdapterType</comment>
    19871987        <translation>Intel PRO/1000 MT Desktop (82540EM)
     1988
     1989XarxaAdaptadorTipus</translation>
     1990    </message>
     1991    <message>
     1992        <source>Intel PRO/1000 T Server (82543GC)</source>
     1993        <comment>NetworkAdapterType</comment>
     1994        <translation>Intel PRO/1000 T Server (82543GC)
    19881995
    19891996XarxaAdaptadorTipus</translation>
  • trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts

    r8390 r8439  
    21312131        <comment>NetworkAdapterType</comment>
    21322132        <translation>Intel PRO/1000 MT Desktop (82540EM)</translation>
     2133    </message>
     2134    <message>
     2135        <source>Intel PRO/1000 T Server (82543GC)</source>
     2136        <comment>NetworkAdapterType</comment>
     2137        <translation>Intel PRO/1000 T Server (82543GC)</translation>
    21332138    </message>
    21342139    <message>
  • trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts

    r8390 r8439  
    20702070        <comment>NetworkAdapterType</comment>
    20712071        <translation>Intel PRO/1000 MT Desktop (82540EM)</translation>
     2072    </message>
     2073    <message>
     2074        <source>Intel PRO/1000 T Server (82543GC)</source>
     2075        <comment>NetworkAdapterType</comment>
     2076        <translation>Intel PRO/1000 T Server (82543GC)</translation>
    20722077    </message>
    20732078    <message>
  • trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts

    r8390 r8439  
    18951895        <comment>NetworkAdapterType</comment>
    18961896        <translation>Intel PRO/1000 MT Desktop (82540EM)</translation>
     1897    </message>
     1898    <message>
     1899        <source>Intel PRO/1000 T Server (82543GC)</source>
     1900        <comment>NetworkAdapterType</comment>
     1901        <translation>Intel PRO/1000 T Server (82543GC)</translation>
    18971902    </message>
    18981903    <message>
  • trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts

    r8390 r8439  
    20702070        <comment>NetworkAdapterType</comment>
    20712071        <translation>Intel PRO/1000 MT Desktop (82540EM)</translation>
     2072    </message>
     2073    <message>
     2074        <source>Intel PRO/1000 T Server (82543GC)</source>
     2075        <comment>NetworkAdapterType</comment>
     2076        <translation>Intel PRO/1000 T Server (82543GC)</translation>
    20722077    </message>
    20732078    <message>
  • trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts

    r8390 r8439  
    20592059        <comment>NetworkAdapterType</comment>
    20602060        <translation>Intel PRO/1000 MT Desktop (82540EM)</translation>
     2061    </message>
     2062    <message>
     2063        <source>Intel PRO/1000 T Server (82543GC)</source>
     2064        <comment>NetworkAdapterType</comment>
     2065        <translation>Intel PRO/1000 T Server (82543GC)</translation>
    20612066    </message>
    20622067    <message>
  • trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts

    r8390 r8439  
    20782078        <comment>NetworkAdapterType</comment>
    20792079        <translation>Intel PRO/1000 MT Desktop (82540EM)</translation>
     2080    </message>
     2081    <message>
     2082        <source>Intel PRO/1000 T Server (82543GC)</source>
     2083        <comment>NetworkAdapterType</comment>
     2084        <translation>Intel PRO/1000 T Server (82543GC)</translation>
    20802085    </message>
    20812086    <message>
  • trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts

    r8390 r8439  
    21642164        <comment>NetworkAdapterType</comment>
    21652165        <translation>Intel PRO/1000 MT Desktop (82540EM)</translation>
     2166    </message>
     2167    <message>
     2168        <source>Intel PRO/1000 T Server (82543GC)</source>
     2169        <comment>NetworkAdapterType</comment>
     2170        <translation>Intel PRO/1000 T Server (82543GC)</translation>
    21662171    </message>
    21672172    <message>
  • trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts

    r8390 r8439  
    18941894        <comment>NetworkAdapterType</comment>
    18951895        <translation>Intel PRO/1000 MT Desktop (82540EM)</translation>
     1896    </message>
     1897    <message>
     1898        <source>Intel PRO/1000 T Server (82543GC)</source>
     1899        <comment>NetworkAdapterType</comment>
     1900        <translation>Intel PRO/1000 T Server (82543GC)</translation>
    18961901    </message>
    18971902    <message>
  • trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts

    r8390 r8439  
    18941894        <comment>NetworkAdapterType</comment>
    18951895        <translation>Intel PRO/1000 MT Desktop (82540EM)</translation>
     1896    </message>
     1897    <message>
     1898        <source>Intel PRO/1000 T Server (82543GC)</source>
     1899        <comment>NetworkAdapterType</comment>
     1900        <translation>Intel PRO/1000 T Server (82543GC)</translation>
    18961901    </message>
    18971902    <message>
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp

    r8192 r8439  
    25292529    networkAdapterTypes [KNetworkAdapterType_I82540EM] =
    25302530        tr ("Intel PRO/1000 MT Desktop (82540EM)", "NetworkAdapterType");
     2531    networkAdapterTypes [KNetworkAdapterType_I82543GC] =
     2532        tr ("Intel PRO/1000 T Server (82543GC)", "NetworkAdapterType");
    25312533
    25322534    networkAttachmentTypes [KNetworkAttachmentType_Null] =
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h

    r8155 r8439  
    3535    cbAdapterType->insertItem (vboxGlobal().toString (KNetworkAdapterType_Am79C973));
    3636    cbAdapterType->insertItem (vboxGlobal().toString (KNetworkAdapterType_I82540EM));
     37    cbAdapterType->insertItem (vboxGlobal().toString (KNetworkAdapterType_I82543GC));
    3738
    3839    leMACAddress->setValidator (new QRegExpValidator
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp

    r8204 r8439  
    23832383    networkAdapterTypes [KNetworkAdapterType_I82540EM] =
    23842384        tr ("Intel PRO/1000 MT Desktop (82540EM)", "NetworkAdapterType");
     2385    networkAdapterTypes [KNetworkAdapterType_I82543GC] =
     2386        tr ("Intel PRO/1000 T Server (82543GC)", "NetworkAdapterType");
    23852387
    23862388    networkAttachmentTypes [KNetworkAttachmentType_Null] =
  • trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMNetworkSettings.ui.h

    r8155 r8439  
    3535    cbAdapterType->insertItem (vboxGlobal().toString (KNetworkAdapterType_Am79C973));
    3636    cbAdapterType->insertItem (vboxGlobal().toString (KNetworkAdapterType_I82540EM));
     37    cbAdapterType->insertItem (vboxGlobal().toString (KNetworkAdapterType_I82543GC));
    3738
    3839    leMACAddress->setValidator (new QRegExpValidator
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r8155 r8439  
    31413141            rc = aNetworkAdapter->COMGETTER(AdapterType)(&adapterType);
    31423142            AssertComRC(rc);
    3143             if (adapterType == NetworkAdapterType_I82540EM)
     3143            if (adapterType == NetworkAdapterType_I82540EM ||
     3144                adapterType == NetworkAdapterType_I82543GC)
    31443145                cszAdapterName = "e1000";
    31453146#endif
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r8375 r8439  
    953953#ifdef VBOX_WITH_E1000
    954954            case NetworkAdapterType_I82540EM:
     955            case NetworkAdapterType_I82543GC:
    955956                pDev = pDevE1000;
    956957                break;
     
    984985            case NetworkAdapterType_Am79C973:
    985986                rc = CFGMR3InsertInteger(pCfg, "Am79C973", 1);                      RC_CHECK();
     987            case NetworkAdapterType_I82540EM:
     988                rc = CFGMR3InsertInteger(pCfg, "AdapterType", 0);                   RC_CHECK();
     989            case NetworkAdapterType_I82543GC:
     990                rc = CFGMR3InsertInteger(pCfg, "AdapterType", 1);                   RC_CHECK();
    986991                break;
    987992        }
  • trunk/src/VBox/Main/NetworkAdapterImpl.cpp

    r8367 r8439  
    207207#ifdef VBOX_WITH_E1000
    208208        case NetworkAdapterType_I82540EM:
     209        case NetworkAdapterType_I82543GC:
    209210#endif
    210211            break;
     
    10181019    else if (strcmp (adapterType, "82540EM") == 0)
    10191020        mData->mAdapterType = NetworkAdapterType_I82540EM;
     1021    else if (strcmp (adapterType, "82543GC") == 0)
     1022        mData->mAdapterType = NetworkAdapterType_I82543GC;
    10201023    else
    10211024        ComAssertMsgFailedRet (("Invalid adapter type '%s'", adapterType),
     
    11341137        case NetworkAdapterType_I82540EM:
    11351138            typeStr = "82540EM";
     1139        case NetworkAdapterType_I82543GC:
     1140            typeStr = "82543GC";
    11361141            break;
    11371142        default:
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r8425 r8439  
    81968196    <const name="Am79C973"              value="2"/>
    81978197    <const name="I82540EM"              value="3"/>
     8198    <const name="I82543GC"              value="4"/>
    81988199  </enum>
    81998200
  • trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd

    r8203 r8439  
    188188    <xsd:enumeration value="Am79C973"/>
    189189    <xsd:enumeration value="82540EM"/>
     190    <xsd:enumeration value="82543GC"/>
    190191  </xsd:restriction>
    191192</xsd:simpleType>
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