diff options
author | Nicolas Souchu <nsouch@FreeBSD.org> | 1999-01-23 14:01:55 +0000 |
---|---|---|
committer | Nicolas Souchu <nsouch@FreeBSD.org> | 1999-01-23 14:01:55 +0000 |
commit | 3b508abd519ae40b39b9cfd2e87f40ae08169190 (patch) | |
tree | 54a79f7503be69c99d6a377a0a1256d78c5ce744 /share/man/man4/vpo.4 | |
parent | 2c401a831e7ba71cf51a2dea542683e3c686bbce (diff) | |
download | src-3b508abd519ae40b39b9cfd2e87f40ae08169190.tar.gz src-3b508abd519ae40b39b9cfd2e87f40ae08169190.zip |
Remove imm.4, merged with vpo.4
Fix vpo.4 manpage generation in Makefile
Fix bootflags bits description in ppc.4
Notes
Notes:
svn path=/head/; revision=43102
Diffstat (limited to 'share/man/man4/vpo.4')
-rw-r--r-- | share/man/man4/vpo.4 | 37 |
1 files changed, 35 insertions, 2 deletions
diff --git a/share/man/man4/vpo.4 b/share/man/man4/vpo.4 index 28f8ed4906c3..ce7d3f8a3ac9 100644 --- a/share/man/man4/vpo.4 +++ b/share/man/man4/vpo.4 @@ -1,4 +1,4 @@ -.\" Copyright (c) 1998, Nicolas Souchu +.\" Copyright (c) 1998, 1999, Nicolas Souchu .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -41,10 +41,43 @@ The primary purpose of the driver is to provide access to the Adaptec AIC-7110 SCSI controller built in the Iomega ZIP drive. But it should also work with the Iomega Jaz Traveller parallel to SCSI interface. +.Pp +The driver has been extended to the ZIP+ drive which is based on the +Iomega Matchmaker Parallel to SCSI interface. +.Sh USAGE +The driver should let you use a printer connected to the drive while +transfering data. +.Pp +DOS and FreeBSD filesystems are supported. When mounting a DOS filesystem or +formating a FreeBSD filesystem, check the slice of the disk with the +.Xr fdisk 8 +utility. +.Pp +In order to unixify a ZIP disk, put the following in /etc/disktab: + +zip|zip 100:\\ + :ty=removable:se#512:nc#96:nt#64:ns#32:\\ + :pa#196608:oa#0:ba#4096:fa#512:\\ + :pb#196608:ob#0:bb#4096:fb#512:\\ + :pc#196608:oc#0:bc#4096:fc#512: + +and use +.Xr disklabel 8 . +.Pp +If you have trouble with your driver, your parallel chipset may not run +properly at the detected mode (NIBBLE, PS2 or EPP). Tune the +.Xr ppc 4 +bootflags to force other modes. .Sh SEE ALSO +.Xr ppc 4 , .Xr ppbus 4 , +.Xr nlpt 4 , .Xr scsi 4 , -.Xr sd 4 +.Xr da 4 +.Sh BUGS +During boot, the driver firstly try to detect a classic ZIP, then a ZIP+. +The ZIP+ detection is intrusive and may send errorneous charaters to your +printer if the drive is not connected to your parallel port. .Sh HISTORY The .Nm |