Changeset 81603 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Oct 31, 2019 9:25:18 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134360
- Location:
- trunk/src/VBox/Main/xml
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r81581 r81603 3885 3885 else if (strTemp == "Am79C973") 3886 3886 nic.type = NetworkAdapterType_Am79C973; 3887 else if (strTemp == "Am79C960") 3888 nic.type = NetworkAdapterType_Am79C960; 3887 3889 else if (strTemp == "82540EM") 3888 3890 nic.type = NetworkAdapterType_I82540EM; … … 6498 6500 { 6499 6501 case NetworkAdapterType_Am79C973: pcszType = "Am79C973"; break; 6502 case NetworkAdapterType_Am79C960: pcszType = "Am79C960"; break; 6500 6503 case NetworkAdapterType_I82540EM: pcszType = "82540EM"; break; 6501 6504 case NetworkAdapterType_I82543GC: pcszType = "82543GC"; break; -
trunk/src/VBox/Main/xml/VirtualBox-settings.xsd
r81087 r81603 191 191 <xsd:enumeration value="Am79C970A"/> 192 192 <xsd:enumeration value="Am79C973"/> 193 <xsd:enumeration value="Am79C960"/> 193 194 <xsd:enumeration value="82540EM"/> 194 195 <xsd:enumeration value="82543GC"/>
Note:
See TracChangeset
for help on using the changeset viewer.