Add some details about how to install Intel microcode updates.

Approved by:	bcr
This commit is contained in:
Eitan Adler 2012-10-18 02:31:53 +00:00
parent 067b821c64
commit d53495c4ec
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39763

View file

@ -2231,6 +2231,25 @@
<para>&man.smp.4; has more details.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>What is microcode?
How do I install &intel; CPU microcode updates?</para>
</question>
<answer>
<para>Microcode is a method of programmatically
implementating hardware level instructions. This allows
for CPU bugs to be fixed without replacing the on board chip.</para>
<para>
Install <filename role="package">sysutils/devcpu-data</filename>,
then add:</para>
<programlisting>microcode_update_enable="YES"</programlisting>
<para>to <filename>/etc/rc.conf</filename></para>
</answer>
</qandaentry>
</qandaset>
</sect1>