Whitespace fixes from last commit.

This commit is contained in:
Michael Lucas 2005-05-11 20:58:57 +00:00
parent 78d64df6c7
commit 0cb3649466
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24525

View file

@ -2553,29 +2553,31 @@ disk wd2 at wdc1 drive 1 # change from wd3 to wd2</programlisting
only, it will be
<devicename>/dev/ukbd0</devicename>.</para>
<para>If you want to use the USB keyboard in the console, you
have to explicitly tell the console driver to use the existing
USB keyboard. This can be done by running the following
command as a part of system initialization.</para>
<para>If you want to use the USB keyboard in the console,
you have to explicitly tell the console driver to use the
existing USB keyboard. This can be done by running the
following command as a part of system
initialization.</para>
<screen>&prompt.root; <userinput>kbdcontrol -k /dev/kbd1 &lt; /dev/ttyv0 &gt; /dev/null</userinput></screen>
<para>Note that if the USB keyboard is the only keyboard, it is
accessed as <devicename>/dev/kbd0</devicename>, thus, the command
should look like:</para>
<para>Note that if the USB keyboard is the only keyboard, it
is accessed as <devicename>/dev/kbd0</devicename>, thus,
the command should look like:</para>
<screen>&prompt.root; <userinput>kbdcontrol -k /dev/kbd0 &lt; /dev/ttyv0 &gt; /dev/null</userinput></screen>
<para><filename>/etc/rc.i386</filename> is a good place to add the
above command.</para>
<para><filename>/etc/rc.i386</filename> is a good place to
add the above command.</para>
<para>Once this is done, the USB keyboard should work in the X
environment as well without any special settings.</para>
<para>Once this is done, the USB keyboard should work in the
X environment as well without any special settings.</para>
<para>Hot-plugging and unplugging of the USB keyboard may not
work quite right yet. We recommend connecting the keyboard
before starting the system and leaving it connected until the
system is shutdown to avoid troubles.</para>
<para>Hot-plugging and unplugging of the USB keyboard may
not work quite right yet. We recommend connecting the
keyboard before starting the system and leaving it
connected until the system is shutdown to avoid
troubles.</para>
<para>See the &man.ukbd.4; manual page for more information.</para>
</answer>
@ -2583,7 +2585,8 @@ disk wd2 at wdc1 drive 1 # change from wd3 to wd2</programlisting
<qandaentry>
<question id="busmouse">
<para>I have an unusual bus mouse. How do I set it up?</para>
<para>I have an unusual bus mouse. How do I set it
up?</para>
</question>
<answer>
@ -2597,9 +2600,10 @@ disk wd2 at wdc1 drive 1 # change from wd3 to wd2</programlisting
<programlisting>device mse0 at isa? port 0x23c irq5</programlisting>
<para>Bus mice usually come with dedicated interface cards.
These cards may allow you to set the port address and the IRQ
number other than shown above. Refer to the manual of your
mouse and the &man.mse.4; manual page for more information.</para>
These cards may allow you to set the port address and the
IRQ number other than shown above. Refer to the manual of
your mouse and the &man.mse.4; manual page for more
information.</para>
</answer>
</qandaentry>
@ -2612,11 +2616,11 @@ disk wd2 at wdc1 drive 1 # change from wd3 to wd2</programlisting
<answer>
<para>The PS/2 mouse is supported out-of-the-box. The
necessary device driver, <devicename>psm</devicename>, is
included in the GENERIC kernel.</para>
included in the kernel.</para>
<para>If your custom kernel does not have this, add the
following line to your kernel configuration
and compile a new kernel.</para>
following line to your kernel configuration and compile a
new kernel.</para>
<programlisting>device psm0 at atkbdc? irq 12</programlisting>