VirtualBox

Changeset 101427 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Oct 12, 2023 5:37:08 PM (16 months ago)
Author:
vboxsync
Message:

Devices/DevFwCommon.cpp: Fix handle number used for DMI OEM table. ticketref:19781

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevFwCommon.cpp

    r100542 r101427  
    10061006        pOEMSpecific->header.u8Type    = 0x80; /* OEM specific */
    10071007        pOEMSpecific->header.u8Length  = sizeof(*pOEMSpecific);
    1008         pOEMSpecific->header.u16Handle = 0x0008; /* Just next free handle */
     1008        pOEMSpecific->header.u16Handle = 0x0004;
    10091009        pOEMSpecific->u32CpuFreqKHz    = RT_H2LE_U32((uint32_t)((uint64_t)PDMDevHlpTMCpuTicksPerSecond(pDevIns) / 1000));
    10101010        DMI_TERM_STRUCT;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette