Deleted Added
full compact
umass.4 (56467) umass.4 (57676)
1.\" Copyright (c) 1999
2.\" Nick Hibma <hibma@skylink.it>. 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.

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

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
1.\" Copyright (c) 1999
2.\" Nick Hibma <hibma@skylink.it>. 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.

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

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/share/man/man4/umass.4 56467 2000-01-23 16:13:26Z asmodai $
31.\" $FreeBSD: head/share/man/man4/umass.4 57676 2000-03-01 14:50:24Z sheldonh $
32.\"
33.Dd May 3, 1999
34.Dt UMASS 4
35.Os FreeBSD
36.Sh NAME
37.Nm umass
38.Nd USB Mass Storage Devices Driver
39.Sh SYNOPSIS
40.Cd "device umass"
41.Sh DESCRIPTION
42The
43.Nm
44driver provides support for Mass Storage devices that attach to the USB
32.\"
33.Dd May 3, 1999
34.Dt UMASS 4
35.Os FreeBSD
36.Sh NAME
37.Nm umass
38.Nd USB Mass Storage Devices Driver
39.Sh SYNOPSIS
40.Cd "device umass"
41.Sh DESCRIPTION
42The
43.Nm
44driver provides support for Mass Storage devices that attach to the USB
45port. Supported are
45port.
46Supported are
46.Bl -tag -compact -width xxxxxx
47.It Iomega Zip 100 drive
48.El
49.Nm usb
50and one of
51.Nm uhci
52or
53.Nm ohci
47.Bl -tag -compact -width xxxxxx
48.It Iomega Zip 100 drive
49.El
50.Nm usb
51and one of
52.Nm uhci
53or
54.Nm ohci
54must be configured in the kernel as well. Last but not least, support for
55must be configured in the kernel as well.
56Last but not least, support for
55SCSI drives,
56.Nm da
57.Sh EXAMPLE
58.Dl device umass0
59.Dl device scbus0
60.Dl device da0
61.Dl device pass0
62.Pp
63Add the
64.Nm umass
65driver to the kernel.
66.Pp
67.Dl camcontrol rescan 0
68.Pp
57SCSI drives,
58.Nm da
59.Sh EXAMPLE
60.Dl device umass0
61.Dl device scbus0
62.Dl device da0
63.Dl device pass0
64.Pp
65Add the
66.Nm umass
67driver to the kernel.
68.Pp
69.Dl camcontrol rescan 0
70.Pp
69Rescan a Zip drive that was added after boot. The command above
71Rescan a Zip drive that was added after boot.
72The command above
70assumes that the Zip drive is the first SCSI bus in the system.
71.Pp
72.Dl disklabel -w -r da0 zip100
73.Dl newfs da0c
74.Dl mount -t ufs /dev/da0c /mnt
75.Pp
76Write a disklabel to the Zip drive (see
77.Nm vpo

--- 26 unchanged lines hidden ---
73assumes that the Zip drive is the first SCSI bus in the system.
74.Pp
75.Dl disklabel -w -r da0 zip100
76.Dl newfs da0c
77.Dl mount -t ufs /dev/da0c /mnt
78.Pp
79Write a disklabel to the Zip drive (see
80.Nm vpo

--- 26 unchanged lines hidden ---