OK, all that gave me an idea. This worked for my Intel N100.
Uninstall the Intel microcode plugin, reboot.
I suspect 0x0000000e must be the microcode version loaded by the BIOS.
Reinstall the Intel microcode plugin, reboot.
Microcode version 0x00000021; which according to the Intel words is the latest version of microcode for my N100.
So, proof the plugin worked ?
Uninstall the Intel microcode plugin, reboot.
Code Select
sudo kldload cpuctl
sudo cpucontrol -m 0x8b /dev/cpuctl0
MSR 0x8b: 0x0000000e 0x00000000I suspect 0x0000000e must be the microcode version loaded by the BIOS.
Reinstall the Intel microcode plugin, reboot.
Code Select
sudo cpucontrol -m 0x8b /dev/cpuctl0
MSR 0x8b: 0x00000021 0x00000000Microcode version 0x00000021; which according to the Intel words is the latest version of microcode for my N100.
So, proof the plugin worked ?
"