xref: /netbsd/share/man/man4/umass.4 (revision 6550d01e)
1.\" $NetBSD: umass.4,v 1.24 2008/04/30 13:10:54 martin 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.\"
18.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE.
29.\"
30.Dd June 26, 2005
31.Dt UMASS 4
32.Os
33.Sh NAME
34.Nm umass
35.Nd USB mass storage support
36.Sh SYNOPSIS
37.Cd "umass*     at uhub?"
38.Cd "atapibus*  at umass?"
39.Cd "scsibus*   at umass? channel ?"
40.Cd "wd*        at umass?"
41.Sh DESCRIPTION
42The
43.Nm
44driver provides support for USB mass storage class devices.
45The driver supports subclasses SCSI, 8020i (ATAPI), 8070i (ATAPI), QIC157 (ATAPI), RBC (subset of SCSI), and UFI (USB Floppy).
46The driver handles the protocols Bulk-Only, CBI, and CBI-with-CCI.
47.Sh HARDWARE
48Devices known to work with this driver include:
49.Pp
50.Bl -tag -width Dv -offset indent -compact
51.It Tn Creative Tech NOMAD MuVo TX
52.It Tn FujiFilm FinePix1300 Digital Camera
53.It Tn Imation SuperDisk
54.It Tn IOmega Zip 100
55.It Tn IOmega Zip 250
56.It Tn Kingston DataTraveler 2.0
57.It Tn LaCie CD R/W
58.It Tn Lexar Media JumpDrive Flash Disks
59.It Tn Neodio Multi-format Flash Controller
60.It Tn Olympus C-5050 ZOOM Digital Camera
61.It Tn SanDisk ImageMate SDDR-31
62.It Tn Siemens MP3-Player USB
63.It Tn Sony DSC Digital Cameras
64.It Tn STMicroelectronics ST92163 Mass Storage library Tester
65.It Tn Y-E Data FlashBuster floppy
66.El
67.Pp
68The driver also supports certain adapters from In-System Design that use
69the (non-standardized) ATA protocol over Bulk-Only.
70.Sh SEE ALSO
71.Xr atapi 4 ,
72.Xr scsi 4 ,
73.Xr usb 4 ,
74.Xr wd 4
75.Sh HISTORY
76The
77.Nm
78driver is a port of the
79.Fx
80driver.  The
81.Nm
82driver
83appeared in
84.Nx 1.5 .
85