Changeset 44752 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Feb 19, 2013 1:37:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevFwCommon.cpp
r44529 r44752 772 772 ; 773 773 pProcessorInf->u8ProcessorUpgrade = 0x04; /* ZIF Socket */ 774 pProcessorInf->u16L1CacheHandle = 0x 001C;775 pProcessorInf->u16L2CacheHandle = 0x 001D;776 pProcessorInf->u16L3CacheHandle = 0xFFFF; /* unknown*/774 pProcessorInf->u16L1CacheHandle = 0xFFFF; /* not specified */ 775 pProcessorInf->u16L2CacheHandle = 0xFFFF; /* not specified */ 776 pProcessorInf->u16L3CacheHandle = 0xFFFF; /* not specified */ 777 777 pProcessorInf->u8SerialNumber = 0; /* not specified */ 778 778 pProcessorInf->u8AssetTag = 0; /* not specified */
Note:
See TracChangeset
for help on using the changeset viewer.