Changeset 101427 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Oct 12, 2023 5:37:08 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevFwCommon.cpp
r100542 r101427 1006 1006 pOEMSpecific->header.u8Type = 0x80; /* OEM specific */ 1007 1007 pOEMSpecific->header.u8Length = sizeof(*pOEMSpecific); 1008 pOEMSpecific->header.u16Handle = 0x000 8; /* Just next free handle */1008 pOEMSpecific->header.u16Handle = 0x0004; 1009 1009 pOEMSpecific->u32CpuFreqKHz = RT_H2LE_U32((uint32_t)((uint64_t)PDMDevHlpTMCpuTicksPerSecond(pDevIns) / 1000)); 1010 1010 DMI_TERM_STRUCT;
Note:
See TracChangeset
for help on using the changeset viewer.