whitespace corrections from last commit.

No content changes.
This commit is contained in:
Michael Lucas 2005-05-12 02:07:25 +00:00
parent e58b82cc11
commit ffe3046ac7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24531

View file

@ -5105,20 +5105,18 @@ kern.timecounter.hardware: TSC -&gt; i8254</screen>
</question>
<answer>
<para>You probably removed
<devicename>npx0</devicename> (see &man.npx.4;)
from your kernel configuration file because you do not have a
math co-processor. The
<para>You probably removed <devicename>npx0</devicename>
(see &man.npx.4;) from your kernel configuration file
because you do not have a math co-processor. The
<devicename>npx0</devicename> device is
<emphasis>MANDATORY</emphasis>. Somewhere inside your
hardware lies a device that provides hardware floating-point
support, even if it's no longer a separate device as used
in the good old 386 days.
You <emphasis>must</emphasis>
include the <devicename>npx0</devicename> device.
Even if you manage to build a kernel without
<devicename>npx0</devicename> support, it won't boot
anyway. </para>
hardware lies a device that provides hardware
floating-point support, even if it's no longer a separate
device as used in the good old 386 days. You
<emphasis>must</emphasis> include the
<devicename>npx0</devicename> device. Even if you manage
to build a kernel without <devicename>npx0</devicename>
support, it won't boot anyway. </para>
</answer>
</qandaentry>