Deleted Added
full compact
vpo.4 (56467) vpo.4 (57676)
1.\" Copyright (c) 1998, 1999, Nicolas Souchu
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 1998, 1999, Nicolas Souchu
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man4/vpo.4 56467 2000-01-23 16:13:26Z asmodai $
25.\" $FreeBSD: head/share/man/man4/vpo.4 57676 2000-03-01 14:50:24Z sheldonh $
26.\"
27.Dd March 5, 1998
28.Dt VPO 4
29.Os FreeBSD
30.Sh NAME
31.Nm vpo
32.Nd
33Parallel to SCSI interface driver
34.Sh SYNOPSIS
35.Cd "device vpo"
36.Pp
37For one or more SCSI busses:
38.Cd "device scbus0 at vpo0"
39.Sh DESCRIPTION
40The primary purpose of the
41.Em vpo
42driver is to provide access to the Adaptec AIC-7110 SCSI controller built
26.\"
27.Dd March 5, 1998
28.Dt VPO 4
29.Os FreeBSD
30.Sh NAME
31.Nm vpo
32.Nd
33Parallel to SCSI interface driver
34.Sh SYNOPSIS
35.Cd "device vpo"
36.Pp
37For one or more SCSI busses:
38.Cd "device scbus0 at vpo0"
39.Sh DESCRIPTION
40The primary purpose of the
41.Em vpo
42driver is to provide access to the Adaptec AIC-7110 SCSI controller built
43in the Iomega ZIP drive. But it should also work with the Iomega Jaz Traveller
43in the Iomega ZIP drive.
44But it should also work with the Iomega Jaz Traveller
44parallel to SCSI interface.
45.Pp
46The driver has been extended to the ZIP+ drive which is based on the
47Iomega Matchmaker Parallel to SCSI interface.
48.Sh USAGE
49The driver should let you use a printer connected to the drive while
50transfering data.
51.Pp
45parallel to SCSI interface.
46.Pp
47The driver has been extended to the ZIP+ drive which is based on the
48Iomega Matchmaker Parallel to SCSI interface.
49.Sh USAGE
50The driver should let you use a printer connected to the drive while
51transfering data.
52.Pp
52DOS and FreeBSD filesystems are supported. When mounting a DOS filesystem or
53DOS and FreeBSD filesystems are supported.
54When mounting a DOS filesystem or
53formating a FreeBSD filesystem, check the slice of the disk with the
54.Xr fdisk 8
55utility.
56.Pp
57In order to unixify a ZIP disk, put the following in /etc/disktab:
58
59zip|zip 100:\\
60 :ty=removable:se#512:nc#96:nt#64:ns#32:\\

--- 30 unchanged lines hidden ---
55formating a FreeBSD filesystem, check the slice of the disk with the
56.Xr fdisk 8
57utility.
58.Pp
59In order to unixify a ZIP disk, put the following in /etc/disktab:
60
61zip|zip 100:\\
62 :ty=removable:se#512:nc#96:nt#64:ns#32:\\

--- 30 unchanged lines hidden ---