Oops. I was going to modify that patch _before_ applying. Typo fix, Wording.

This commit is contained in:
Tim Vanderhoek 1999-05-31 01:46:28 +00:00
parent 56f3c33a54
commit c483fef175
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4984

View file

@ -1,4 +1,4 @@
<!-- $Id: hardware.sgml,v 1.17 1999-05-31 01:21:41 hoek Exp $ -->
<!-- $Id: hardware.sgml,v 1.18 1999-05-31 01:46:28 hoek Exp $ -->
<!-- The FreeBSD Documentation Project -->
<sect>
@ -56,13 +56,13 @@
later releases.
<p>FreeBSD has contained support for Parallel Port Zip Drives since
version 3.0. If you are using a sufficently up to date version, then
version 3.0. If you are using a sufficiently up to date version, then
you should check that your kernel contains the <tt>scbus0</tt>, <tt>da0
</tt>, <tt>ppbus0</tt>, and <tt>vp0</tt> drivers (The GENERIC kernel
</tt>, <tt>ppbus0</tt>, and <tt>vp0</tt> drivers (the GENERIC kernel
contains everything except vp0). With all these drivers present, the
Parallel Port drive should be available as /dev/da0s4. Hence, disks can
be mounted using <tt>mount /dev/da0s4 /mnt </tt>OR (for dos disks) <tt>
mount_msdos /dev/da0s4 /mnt</tt>
Parallel Port drive should be available as /dev/da0s4. Disks can
be mounted using <tt>mount /dev/da0s4 /mnt</tt> OR (for dos disks) <tt>
mount_msdos /dev/da0s4 /mnt</tt> as appropriate.
<p>Also check out <ref id="jaz" name="this note on removable drives">,
and <ref id="disklabel" name="this note on 'formatting'">.