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/Makefile | |
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/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 751ac5f1e1b3..fed006a9fd30 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -119,6 +119,7 @@ SUBDIR += desktopbsd-tools SUBDIR += detach SUBDIR += detox + SUBDIR += devcpu SUBDIR += di SUBDIR += dim SUBDIR += dircomp |