Whitespace changes only. Translators, please ignore.

This commit is contained in:
Taras Korenko 2014-02-06 10:26:11 +00:00
parent 35999b362b
commit 20347840d4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43801

View file

@ -193,8 +193,8 @@ psm0: [GIANT-LOCKED]
psm0: [ITHREAD]
psm0: model Generic PS/2 mouse, device ID 0</screen>
<para>Since this hardware exists, this driver should not be removed from a custom kernel
configuration file.</para>
<para>Since this hardware exists, this driver should not be
removed from a custom kernel configuration file.</para>
<para>If the output of <command>dmesg</command> does not display
the results of the boot probe output, instead read the contents of
@ -226,7 +226,8 @@ ath0@pci0:3:0:0: class=0x020000 card=0x058a1014 chip=0x1014168c rev=0x01
ath_hal(4) - Atheros Hardware Access Layer (HAL)</programlisting>
<para>Once the hardware inventory list is created, refer to it
to ensure that drivers for installed hardware are not removed as the custom kernel configuration is edited.</para>
to ensure that drivers for installed hardware are not removed
as the custom kernel configuration is edited.</para>
</sect1>
<sect1 xml:id="kernelconfig-config">
@ -244,14 +245,16 @@ ath_hal(4) - Atheros Hardware Access Layer (HAL)</programlisting>
<title>The Configuration File</title>
<para>In order to create a custom kernel configuration file and
build a custom kernel, the full &os; source tree must first be installed.</para>
build a custom kernel, the full &os; source tree must first be
installed.</para>
<para>If <filename>/usr/src/</filename> does
not exist or it is empty, source has not been installed.
Source can be installed using
<application>Subversion</application>, which is described in <xref linkend="svn"/>.</para>
<para>Once source is installed, review the contents of <filename>/usr/src/sys</filename>. This directory contains a
<para>If <filename>/usr/src/</filename> does not exist or it is
empty, source has not been installed. Source can be installed
using <application>Subversion</application>, which is described
in <xref linkend="svn"/>.</para>
<para>Once source is installed, review the contents of
<filename>/usr/src/sys</filename>. This directory contains a
number of subdirectories, including those which represent the following
supported architectures: <filename>amd64</filename>, <filename>i386</filename>, <filename>ia64</filename>, <filename>pc98</filename>, <filename>powerpc</filename>, and <filename>sparc64</filename>. Everything inside a
particular architecture's directory deals with that architecture
@ -573,8 +576,8 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT</progra
processors.</para>
<note>
<para>This device exists only on the &i386; architecture and this
configuration line should not be used on other
<para>This device exists only on the &i386; architecture and
this configuration line should not be used on other
architectures.</para>
</note>