Changeset 8452 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 29, 2008 11:03:33 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30314
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/NetworkAdapterImpl.cpp
r8439 r8452 1137 1137 case NetworkAdapterType_I82540EM: 1138 1138 typeStr = "82540EM"; 1139 break; 1139 1140 case NetworkAdapterType_I82543GC: 1140 1141 typeStr = "82543GC"; -
trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd
r8439 r8452 188 188 <xsd:enumeration value="Am79C973"/> 189 189 <xsd:enumeration value="82540EM"/> 190 <xsd:enumeration value="82543GC"/>191 190 </xsd:restriction> 192 191 </xsd:simpleType>
Note:
See TracChangeset
for help on using the changeset viewer.