SysInfo DLL SDK v1.0 (Build 1123)
Released: Mar 17, 2017
v1.0 (Build 1123) での更新項目
機能
- Added initial support for Intel Kaby Lake CPU.
- Added workaround to use the standard MSR_IA32_MISC_ENABLE method to disable/enable turbo mode for newer Xeons (Haswell + newer).
- Added check for system model "Google" when checking if running on virtual machine. Getting MSR data appears to crash on Google Cloud Computing VMs.
- Added support for Intel Sunrise Point-LP SMBus.
- Added support for Intel Braswell SMBus.
- Added support for retrieving RAM SPD data on Intel Skylake-E chipsets.
- Added support for temporary disabling of TSOD polling on Intel E5 v3 platforms.
- Added workaround for retrieving the MMCFG base address on certain Intel Xeon E5 platforms.
- Added workaround for crash when Adaptec RAID card is detected when enumerating PCI bus.
- Changed to a time-based timeout when retrieving SPD data to increase performance.
- Added sanity check for invalid characters in the RAM part number string.
- Updated JEDEC manufacture ID list.
- Added "Radeon Pro Duo" to video card lookup table.
- Added RX 460/470/480 to video card lookup.
- Added retrieval of compute units when available for AMD graphics cards.
- Added support for retrieving NVMe SMART info in Win10.
- Added check for 'SanDisk' in the model name and if detected do not perform byte order reversal.
- Added check for 'THNS' (Toshiba) string in model name and if present, do not perform byte order reversal.
- Added Transcend drives to model/serial number string byte order workaround.
不具合の修正
- Fixed BSOD due to missing Intel performance monitor counters (eg. IA32_FIXED_CTR1) when measuring CPU turbo speed.
- Fixed potential crash when measuring turbo speed on a Win2012 system.
- Updated CPU specifications table for some AMD CPUs.
- When measuring the cpu speed via the RDTSC method, only the first 2 CPU cores (rather than all cores) are measured to determine the max speed. For systems with large # of cores, this would have taken an extremely long time to measure the CPU speed for all cores.
- Removed code to cycle through all cores to look up the APIC ID before reading the CPU core temperature.
- Fixed bug retrieving exFAT boot sector info.
- Disk 'ECC size' and 'Buffer size' are now reported as 'N/A' if the value is 0.
- Fixed some possible errors when the number of disks reported on WinPE systems was too high causing performance issues.
- Fixed potential crashes that could occur when writing debug output in 32-bit mode.
- Fixed a potential buffer overflow in debug mode.