blob: d4dd8ddd7a89b40d3a96cd21cb327bc3dc098a8e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
=============================================================================
CPU kernel module was installed.
To load it, issue
% kldload cpu
Then you can access MSR registers or cpuid info via /dev/cpu%d or using
3d-party programs, e.g. x86info.
For information regarding microcode update features refer to
cpu_microcode_tool(4) manpage.
You might be interested in enabling automatic microcode update on startup.
This can be achieved by adding the line devcpu_enable="YES" to /etc/rc.conf.
Refer to rcNG devcpu script for additional info.
You can also use extract_mcodes.rb utility to extract cpucode updates
from vendor-supplied BIOS updates. The utility currently supports only
Award/Phoenix-compatible BIOS images.
Please, report any problems to maintainer. Thanks!
=============================================================================
|