xref: /netbsd-src/share/man/man4/umass.4 (revision bf1e9b32e27832f0c493206710fb8b58a980838a)
1.\" $NetBSD: umass.4,v 1.23 2005/06/26 09:22:52 jmmv Exp $
2.\"
3.\" Copyright (c) 1999, 2001 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Lennart Augustsson.
8.\"
9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions
11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright
13.\"    notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright
15.\"    notice, this list of conditions and the following disclaimer in the
16.\"    documentation and/or other materials provided with the distribution.
17.\" 3. All advertising materials mentioning features or use of this software
18.\"    must display the following acknowledgement:
19.\"        This product includes software developed by the NetBSD
20.\"        Foundation, Inc. and its contributors.
21.\" 4. Neither the name of The NetBSD Foundation nor the names of its
22.\"    contributors may be used to endorse or promote products derived
23.\"    from this software without specific prior written permission.
24.\"
25.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
26.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
27.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
28.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
29.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35.\" POSSIBILITY OF SUCH DAMAGE.
36.\"
37.Dd June 26, 2005
38.Dt UMASS 4
39.Os
40.Sh NAME
41.Nm umass
42.Nd USB mass storage support
43.Sh SYNOPSIS
44.Cd "umass*     at uhub?"
45.Cd "atapibus*  at umass?"
46.Cd "scsibus*   at umass? channel ?"
47.Cd "wd*        at umass?"
48.Sh DESCRIPTION
49The
50.Nm
51driver provides support for USB mass storage class devices.
52The driver supports subclasses SCSI, 8020i (ATAPI), 8070i (ATAPI), QIC157 (ATAPI), RBC (subset of SCSI), and UFI (USB Floppy).
53The driver handles the protocols Bulk-Only, CBI, and CBI-with-CCI.
54.Sh HARDWARE
55Devices known to work with this driver include:
56.Pp
57.Bl -tag -width Dv -offset indent -compact
58.It Tn Creative Tech NOMAD MuVo TX
59.It Tn FujiFilm FinePix1300 Digital Camera
60.It Tn Imation SuperDisk
61.It Tn IOmega Zip 100
62.It Tn IOmega Zip 250
63.It Tn Kingston DataTraveler 2.0
64.It Tn LaCie CD R/W
65.It Tn Lexar Media JumpDrive Flash Disks
66.It Tn Neodio Multi-format Flash Controller
67.It Tn Olympus C-5050 ZOOM Digital Camera
68.It Tn SanDisk ImageMate SDDR-31
69.It Tn Siemens MP3-Player USB
70.It Tn Sony DSC Digital Cameras
71.It Tn STMicroelectronics ST92163 Mass Storage library Tester
72.It Tn Y-E Data FlashBuster floppy
73.El
74.Pp
75The driver also supports certain adapters from In-System Design that use
76the (non-standardized) ATA protocol over Bulk-Only.
77.Sh SEE ALSO
78.Xr atapi 4 ,
79.Xr scsi 4 ,
80.Xr usb 4 ,
81.Xr wd 4
82.Sh HISTORY
83The
84.Nm
85driver is a port of the
86.Fx
87driver.  The
88.Nm
89driver
90appeared in
91.Nx 1.5 .
92