From 05f4a61e7fd9fbdae92205bf54f8ba2d867ee562 Mon Sep 17 00:00:00 2001 From: Tim Vanderhoek Date: Mon, 31 May 1999 01:21:41 +0000 Subject: [PATCH] Update parrallel port zip drive information. Submitted by: Andrew Boothman (docs/11927) --- FAQ/hardware.sgml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/FAQ/hardware.sgml b/FAQ/hardware.sgml index 79ed262b04..b483f56155 100644 --- a/FAQ/hardware.sgml +++ b/FAQ/hardware.sgml @@ -1,4 +1,4 @@ - + @@ -55,10 +55,14 @@

ATAPI (IDE) Zip drives are supported in FreeBSD 2.2.6 and later releases. -

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. +

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 scbus0, da0 + , ppbus0, and vp0 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 mount /dev/da0s4 /mnt OR (for dos disks) + mount_msdos /dev/da0s4 /mnt

Also check out , and .