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 55Trek Thumbdrive 8MB 56.It 57VAIO floppy drive (includes Y-E Data Flashbuster-U) 58.El 59.Pp 60The driver also supports some USB adapters for removable media. 61Among the supported models are: 62.Pp 63.Bl -item -compact 64.It 65SanDisk SDDR-31 (Compact Flash) 66.It 67SanDisk SDDR-75 (only Compact Flash port works) 68.El 69.Pp 70.Nm usb 71and one of 72.Nm uhci 73or 74.Nm ohci 75must be configured in the kernel as well. 76Last but not least, support for 77SCSI drives, 78.Nm da 79.Sh EXAMPLES 80.Dl device umass 81.Dl device scbus 82.Dl device da 83.Dl device pass 84.Pp 85Add the 86.Nm 87driver to the kernel. 88.Pp 89.Dl camcontrol rescan 0 90.Pp 91Rescan a Zip drive that was added after boot. 92The command above 93assumes that the Zip drive is the first SCSI bus in the system. 94.Pp 95.Dl disklabel -w -r da0 zip100 96.Dl newfs da0c 97.Dl mount -t ufs /dev/da0c /mnt 98.Pp 99Write a disklabel to the Zip drive (see 100.Nm vpo 101for the 102.Nm disktab 103entry), creates the file system and mounts the new file system on /mnt. 104.Pp 105.Dl newfs_msdos /dev/da0 106.Pp 107Create a new FAT type file system. 108.Sh SEE ALSO 109.Xr ohci 4 , 110.Xr uhci 4 , 111.Xr usb 4 , 112.Xr vpo 4 , 113.Xr disktab 5 , 114.Xr camcontrol 8 , 115.Xr disklabel 8 116.\".Sh HISTORY 117.Sh AUTHORS 118.An -nosplit 119The 120.Nm 121driver was written by 122.An MAEKAWA Masahide Aq bishop@rr.iij4u.or.jp 123and 124.An Nick Hibma Aq n_hibma@FreeBSD.org . 125.Pp 126This manual page was written by 127.An Nick Hibma Aq n_hibma@FreeBSD.org . 128