diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-12-09 00:35:54 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-12-09 00:35:54 +0000 |
commit | 7267a018967e9ea1044206d18acbdfa6c6602369 (patch) | |
tree | fa85c70f3297aa897bf9085e0eabe5895baf8aed /sysutils/devcpu/pkg-descr | |
parent | e58f7ee5f69d34edfd71fdbac83da4a513ccc730 (diff) |
- Add port for sysutils/devcpu
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.
PR: ports/ports/102454
Submitted by: stas
Notes
Notes:
svn path=/head/; revision=179230
Diffstat (limited to 'sysutils/devcpu/pkg-descr')
-rw-r--r-- | sysutils/devcpu/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/devcpu/pkg-descr b/sysutils/devcpu/pkg-descr new file mode 100644 index 000000000000..9f6b3a2e3acf --- /dev/null +++ b/sysutils/devcpu/pkg-descr @@ -0,0 +1,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 |