kernelslacker / x86info

x86info : x86 processor register decoder.
GNU General Public License v2.0
40 stars 20 forks source link

Fix cache decoding on FreeBSD. #12

Closed kostikbel closed 6 years ago

kostikbel commented 6 years ago

cpuid4() needs special handling of upper word of idx. Apparently FreeBSD cpuid() and native_cpuid() were not updated.

seanbruno commented 6 years ago

FreeBSD is applying this to our ports version. Without this, x86info will hang after microcode updates from January 2018.

kernelslacker commented 6 years ago

Sorry for the delay on this one. Xmas & vacations caused this to fall through the cracks.

seanbruno commented 6 years ago

No worries! Thanks.