VirtualBox

Changeset 44752 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Feb 19, 2013 1:37:25 PM (12 years ago)
Author:
vboxsync
Message:

DMI: update Processor Information table (tyoe 4): do not refer to non-existent Cache Information table (type 7) handles since we do not provide them.

File:
1 edited

Legend:

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

    r44529 r44752  
    772772                                           ;
    773773        pProcessorInf->u8ProcessorUpgrade  = 0x04;   /* ZIF Socket */
    774         pProcessorInf->u16L1CacheHandle    = 0x001C;
    775         pProcessorInf->u16L2CacheHandle    = 0x001D;
    776         pProcessorInf->u16L3CacheHandle    = 0xFFFF; /* unknown */
     774        pProcessorInf->u16L1CacheHandle    = 0xFFFF; /* not specified */
     775        pProcessorInf->u16L2CacheHandle    = 0xFFFF; /* not specified */
     776        pProcessorInf->u16L3CacheHandle    = 0xFFFF; /* not specified */
    777777        pProcessorInf->u8SerialNumber      = 0;      /* not specified */
    778778        pProcessorInf->u8AssetTag          = 0;      /* not specified */
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