xref: /freebsd/share/man/man4/umass.4 (revision 4b2eaea43fec8e8792be611dea204071a10b655a)
1.\" Copyright (c) 1999
2.\"	Nick Hibma <n_hibma@FreeBSD.org>. 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.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\"    notice, this list of conditions and the following disclaimer in the
11.\"    documentation and/or other materials provided with the distribution.
12.\" 3. Neither the name of the author nor the names of any co-contributors
13.\"    may be used to endorse or promote products derived from this software
14.\"   without specific prior written permission.
15.\"
16.\" THIS SOFTWARE IS PROVIDED BY NICK HIBMA AND CONTRIBUTORS ``AS IS'' AND
17.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19.\" ARE DISCLAIMED.  IN NO EVENT SHALL NICK HIBMA OR THE VOICES IN HIS HEAD
20.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
26.\" THE POSSIBILITY OF SUCH DAMAGE.
27.\"
28.\"	$FreeBSD$
29.\"
30.Dd May 3, 1999
31.Dt UMASS 4
32.Os
33.Sh NAME
34.Nm umass
35.Nd USB Mass Storage Devices driver
36.Sh SYNOPSIS
37.Cd "device umass"
38.Sh DESCRIPTION
39The
40.Nm
41driver provides support for Mass Storage devices that attach to the USB
42port.
43Supported are
44.Pp
45.Bl -item -compact
46.It
47Iomega USB Zip 100 drive
48.It
49Iomega USB Zip 250 drive
50.It
51Microtech International, Inc. USB-SCSI-HD 50 USB to SCSI cable.
52.It
53Panasonic ("Matshita FDD CF-VFDU03")
54.It
55VAIO floppy drive (includes Y-E Data Flashbuster-U)
56.El
57.Pp
58The driver also supports some USB adapters for removable media.
59Among the supported models are:
60.Pp
61.Bl -item -compact
62.It
63SanDisk SDDR-31 (Compact Flash)
64.It
65SanDisk SDDR-75 (only Compact Flash port works)
66.El
67.Pp
68.Nm usb
69and one of
70.Nm uhci
71or
72.Nm ohci
73must be configured in the kernel as well.
74Last but not least, support for
75SCSI drives,
76.Nm da
77.Sh EXAMPLES
78.Dl device umass
79.Dl device scbus
80.Dl device da
81.Dl device pass
82.Pp
83Add the
84.Nm
85driver to the kernel.
86.Pp
87.Dl camcontrol rescan 0
88.Pp
89Rescan a Zip drive that was added after boot.
90The command above
91assumes that the Zip drive is the first SCSI bus in the system.
92.Pp
93.Dl disklabel -w -r da0 zip100
94.Dl newfs da0c
95.Dl mount -t ufs /dev/da0c /mnt
96.Pp
97Write a disklabel to the Zip drive (see
98.Nm vpo
99for the
100.Nm disktab
101entry), creates the file system and mounts the new file system on /mnt.
102.Pp
103.Dl newfs_msdos /dev/da0
104.Pp
105Create a new FAT type file system.
106.Sh SEE ALSO
107.Xr ohci 4 ,
108.Xr uhci 4 ,
109.Xr usb 4 ,
110.Xr vpo 4 ,
111.Xr disktab 5 ,
112.Xr camcontrol 8 ,
113.Xr disklabel 8
114.\".Sh HISTORY
115.Sh AUTHORS
116.An -nosplit
117The
118.Nm
119driver was written by
120.An MAEKAWA Masahide Aq bishop@rr.iij4u.or.jp
121and
122.An Nick Hibma Aq n_hibma@FreeBSD.org .
123.Pp
124This manual page was written by
125.An Nick Hibma Aq n_hibma@FreeBSD.org .
126