diff --git a/FAQ/hardware.sgml b/FAQ/hardware.sgml index b483f56155..dd13da2d9f 100644 --- a/FAQ/hardware.sgml +++ b/FAQ/hardware.sgml @@ -1,4 +1,4 @@ - + @@ -56,13 +56,13 @@ later releases.

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 scbus0, da0 - , ppbus0, and vp0 drivers (The GENERIC kernel + , 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 + Parallel Port drive should be available as /dev/da0s4. Disks can + be mounted using mount /dev/da0s4 /mnt OR (for dos disks) + mount_msdos /dev/da0s4 /mnt as appropriate.

Also check out , and .