Update parrallel port zip drive information.

Submitted by:	Andrew Boothman (docs/11927)
This commit is contained in:
Tim Vanderhoek 1999-05-31 01:21:41 +00:00
parent b0e183ca02
commit 05f4a61e7f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4980

View file

@ -1,4 +1,4 @@
<!-- $Id: hardware.sgml,v 1.16 1999-03-27 15:48:06 nik Exp $ -->
<!-- $Id: hardware.sgml,v 1.17 1999-05-31 01:21:41 hoek Exp $ -->
<!-- The FreeBSD Documentation Project -->
<sect>
@ -55,10 +55,14 @@
<p>ATAPI (IDE) Zip drives are supported in FreeBSD 2.2.6 and
later releases.
<p>FreeBSD 3.0-STABLE contains support for the parallel Zip
However, you will need to build a new kernel with
support for ppbus (Parallel Port Bus) in order to use the Zip. See
the LINT configuration file for examples.
<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
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
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>
<p>Also check out <ref id="jaz" name="this note on removable drives">,
and <ref id="disklabel" name="this note on 'formatting'">.