Restructure the Laptop article. No content changes, only whitespace.

This commit is contained in:
Tom Rhodes 2002-05-14 20:29:40 +00:00
parent 78335e92ee
commit 9a605db12c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13083

View file

@ -75,16 +75,18 @@
Option "Emulate3Buttons" Option "Emulate3Buttons"
</programlisting> </programlisting>
<para>in the XF86Config file in the <literal>InputDevice</literal> section (for XFree86 <para>in the XF86Config file in the <literal>InputDevice</literal>
version 4; for version 3, put just the line <literal>Emulate3Buttons</literal>, section (for XFree86 version 4; for version 3, put just the line
without the quotes, in the <literal>Pointer</literal> section.)</para> <literal>Emulate3Buttons</literal>, without the quotes, in the
<literal>Pointer</literal> section.)</para>
</sect1> </sect1>
<sect1> <sect1>
<title>Modems</title> <title>Modems</title>
<para> <para>
Laptops usually come with internal (on-board) modems. Laptops usually come with internal (on-board) modems.
Unfortunately, this almost always means they are <quote>winmodems</quote> whose Unfortunately, this almost always means they are
<quote>winmodems</quote> whose
functionality is implemented in software, for which only windows functionality is implemented in software, for which only windows
drivers are normally available (though a few drivers are beginning drivers are normally available (though a few drivers are beginning
to show up for other operating systems). Otherwise, you to show up for other operating systems). Otherwise, you
@ -108,25 +110,25 @@ Option "Emulate3Buttons"
<devicename>pcic0</devicename>).</para> <devicename>pcic0</devicename>).</para>
<para>FreeBSD currently supports 16-bit PCMCIA cards, but not <para>FreeBSD currently supports 16-bit PCMCIA cards, but not
32-bit (<quote>CardBus</quote>) cards. A database of supported cards is in 32-bit (<quote>CardBus</quote>) cards. A database of supported
the file <filename>/etc/defaults/pccard.conf</filename>. Look cards is in the file <filename>/etc/defaults/pccard.conf</filename>.
through it, and preferably buy cards listed there. Cards not Look through it, and preferably buy cards listed there. Cards not
listed may also work as <quote>generic</quote> devices: in particular most listed may also work as <quote>generic</quote> devices: in
modems (16-bit) should work fine, provided they are not particular most modems (16-bit) should work fine, provided they
winmodems (these do exist even as PC-cards, so watch out). If are not winmodems (these do exist even as PC-cards, so watch out).
your card is recognised as a generic modem, note that the If your card is recognised as a generic modem, note that the
default pccard.conf file specifies a delay time of 10 seconds default pccard.conf file specifies a delay time of 10 seconds
(to avoid freezes on certain modems); this may well be (to avoid freezes on certain modems); this may well be
over-cautious for your modem, so you may want to play with it, over-cautious for your modem, so you may want to play with it,
reducing it or removing it totally.</para> reducing it or removing it totally.</para>
<para>Some parts of <filename>pccard.conf</filename> may need editing. Check the irq <para>Some parts of <filename>pccard.conf</filename> may need
line, and be sure to remove any number already being used: in editing. Check the irq line, and be sure to remove any number
particular, if you have an on board sound card, remove irq 5 already being used: in particular, if you have an on board sound
(otherwise you may experience hangs when you insert a card). card, remove irq 5 (otherwise you may experience hangs when you
Check also the available memory slots; if your card is not insert a card). Check also the available memory slots; if your
being detected, try changing it to one of the other allowed card is not being detected, try changing it to one of the other
values (listed in the man page &man.pccardc.8;). allowed values (listed in the man page &man.pccardc.8;).
</para> </para>
<para>If it is not running already, start the pccardd daemon. <para>If it is not running already, start the pccardd daemon.
@ -153,7 +155,8 @@ Option "Emulate3Buttons"
<para>To enable this, you may need to compile a kernel with <para>To enable this, you may need to compile a kernel with
power management support (<literal>device apm0</literal>) or power management support (<literal>device apm0</literal>) or
add the option <literal>enable apm0</literal> to <filename>/boot/loader.conf</filename>, and add the option <literal>enable apm0</literal> to
<filename>/boot/loader.conf</filename>, and
also enable the apm daemon at boot time (line also enable the apm daemon at boot time (line
<literal>apm_enable="YES"</literal> in <literal>apm_enable="YES"</literal> in
<filename>/etc/rc.conf</filename>). The apm commands are <filename>/etc/rc.conf</filename>). The apm commands are