- Add rcNG startup script that allows update cpucodes on startup - Add utility to extract cpucodes from Award BIOS update images - Add additional amd microcode upodate extracted from update images, provided by pav@ Thanks to netchild@ and pav@ for suggestions and information regarding BIOS updates.
26 lines
858 B
Plaintext
26 lines
858 B
Plaintext
=============================================================================
|
|
|
|
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_mictocode_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!
|
|
|
|
=============================================================================
|