Changeset 32720 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Sep 23, 2010 1:17:35 PM (14 years ago)
- Location:
- trunk/src/VBox/Devices/PC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevFwCommon.cpp
r29250 r32720 59 59 static const char *s_szDefDmiSystemVersion = "1.2"; 60 60 static const char *s_szDefDmiSystemSerial = "0"; 61 static const char *s_szDefDmiSystemSKU = ""; 61 62 static const char *s_szDefDmiSystemFamily = "Virtual Machine"; 62 63 static const char *s_szDefDmiChassisVendor = "Sun Microsystems, Inc."; … … 637 638 638 639 pSystemInf->u8WakeupType = 6; /* Power Switch */ 639 pSystemInf->u8SKUNumber = 0;640 READCFGSTR(pSystemInf->u8SKUNumber, DmiSystemSKU); 640 641 READCFGSTR(pSystemInf->u8Family, DmiSystemFamily); 641 642 TERM_STRUCT; -
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r32675 r32720 948 948 "DmiBIOSFirmwareMajor\0" 949 949 "DmiBIOSFirmwareMinor\0" 950 "DmiSystemSKU\0" 950 951 "DmiSystemFamily\0" 951 952 "DmiSystemProduct\0"
Note:
See TracChangeset
for help on using the changeset viewer.