blob: 222951ae47cd5a85668c3b4118db0f0c629f1547 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
This kernel module provides access to i386/amd64 CPUs MSR (Model Specific
Register) registers and cpuid info through /dev/cpu%d devices, where %d
corresponds to cpu number.
It can be used with x86info to retrive information available from MSR registers.
Additionally, this module can be used to update/replace microcode of cpus.
Author: Stanislav Sedov <stas@FreeBSD.org>
|