blob: 9f6b3a2e3acf45c76c01e00f570f4a954da89665 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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>
WWW: http://mbsd.msk.ru/stas/devcpu.html
|