Whitespace only change. Remove all EOL whitespace, and wrap

paragraphs that need it to 78 columns.
This commit is contained in:
Giorgos Keramidas 2002-04-01 18:41:55 +00:00
parent 562f610550
commit 012517028f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12648

View file

@ -33,12 +33,12 @@
super-floppy, a 120 megabyte floppy drive which also handles traditional
1.44 megabyte floppies.</para>
<para>IOMEGA also sells a higher capacity, higher performance drive
called the JAZZ drive. JAZZ drives come in 1 gigabyte and
2 gigabyte sizes.</para>
<para>IOMEGA also sells a higher capacity, higher performance drive called
the JAZZ drive. JAZZ drives come in 1 gigabyte and 2 gigabyte
sizes.</para>
<para>ZIP drives are available as internal or external units, using one
of three interfaces:</para>
<para>ZIP drives are available as internal or external units, using one of
three interfaces:</para>
<orderedlist>
<listitem>
@ -81,8 +81,8 @@
device file in the <filename>/dev</filename> directory represents
the ZIP drive. This can be determined by looking at the boot
messages while FreeBSD is booting (or in
<filename>/var/log/messages</filename> after booting), where you will
see a line something like this:</para>
<filename>/var/log/messages</filename> after booting), where you
will see a line something like this:</para>
<programlisting>da1: &lt;IOMEGA ZIP 100 D.13&gt; Removable Direct Access SCSI-2 Device</programlisting>
@ -91,7 +91,7 @@
</listitem>
<listitem>
<para>The IDE (Integrated Drive Electronics) interface is a low-cost
<para>The IDE (Integrated Drive Electronics) interface is a low-cost
disk drive interface used by many desktop PC's. Most IDE devices
are strictly internal.</para>
@ -124,12 +124,12 @@
between multiple computers by toting around their ZIP drive.</para>
<para>Performance will generally be slower than a SCSI or IDE ZIP
drive, since it is limited by the speed of the parallel port.
Parallel port speed varies considerably between various computers,
and can often be configured in the system BIOS. Some machines
will also require BIOS configuration to operate the parallel
port in bidirectional mode. (Parallel ports were originally
designed only for output to printers)</para>
drive, since it is limited by the speed of the parallel port.
Parallel port speed varies considerably between various computers,
and can often be configured in the system BIOS. Some machines will
also require BIOS configuration to operate the parallel port in
bidirectional mode. (Parallel ports were originally designed only
for output to printers)</para>
</listitem>
</orderedlist>
</sect1>
@ -200,17 +200,18 @@
<programlisting>controller scbus0 at aha0</programlisting></para>
<para>Finally, since you are creating a custom kernel configuration, you
can take the opportunity to remove all the unnecessary drivers. This
should be done with a great deal of caution, and only if you feel
confident about making modifications to your kernel configuration. Removing unnecessary
drivers will reduce the kernel size, leaving more memory available
for your applications. To determine which drivers are not needed,
go to the end of the file <filename>/var/log/messages</filename>, and look for lines
reading "not found". Then, comment out these devices in your config
file. You can also change other options to reduce the size and
increase the speed of your kernel. Read the section on rebuilding
your kernel for more complete information.</para>
<para>Finally, since you are creating a custom kernel configuration,
you can take the opportunity to remove all the unnecessary drivers.
This should be done with a great deal of caution, and only if you
feel confident about making modifications to your kernel
configuration. Removing unnecessary drivers will reduce the kernel
size, leaving more memory available for your applications. To
determine which drivers are not needed, go to the end of the file
<filename>/var/log/messages</filename>, and look for lines reading
"not found". Then, comment out these devices in your config file.
You can also change other options to reduce the size and increase
the speed of your kernel. Read the section on rebuilding your kernel
for more complete information.</para>
</listitem>
<listitem>
@ -264,9 +265,9 @@
<para>For more information on the format of
<filename>/etc/fstab</filename>, see &man.fstab.5;.</para>
<para>You can also create a FreeBSD file-system on the ZIP disk
using &man.newfs.8;. However, the disk will only be usable on a FreeBSD
system, or perhaps a few other Unix clones that recognize FreeBSD
file-systems. (Definitely not DOS or Windows.)</para>
<para>You can also create a FreeBSD file-system on the ZIP disk using
&man.newfs.8;. However, the disk will only be usable on a FreeBSD
system, or perhaps a few other Unix clones that recognize FreeBSD
file-systems. (Definitely not DOS or Windows.)</para>
</sect1>
</article>