Changeset 21884 in vbox
- Timestamp:
- Jul 30, 2009 1:23:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r21883 r21884 1534 1534 "DmiChassisSerial\0" 1535 1535 "DmiChassisAssetTag\0" 1536 #ifdef VBOX_WITH_DMI_OEMSTRINGS 1536 1537 "DmiOEMVBoxVer\0" 1537 "DmiOEMVBoxRev\0")) 1538 "DmiOEMVBoxRev\0" 1539 #endif 1540 )) 1538 1541 return PDMDEV_SET_ERROR(pDevIns, VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES, 1539 1542 N_("Invalid configuraton for device pcbios device"));
Note:
See TracChangeset
for help on using the changeset viewer.