File tree Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Original file line number Diff line number Diff line change 1+ .\"
2+ .\" SPDX-License-Identifier: BSD-2-Clause
3+ .\"
14.\" Copyright (c) 1999
25.\" Nick Hibma <[email protected] >. All rights reserved.36.\"
2225.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2326.\" SUCH DAMAGE.
2427.\"
25- .Dd January 27, 2020
28+ .Dd October 2, 2025
2629.Dt UMASS 4
2730.Os
2831.Sh NAME
@@ -71,6 +74,22 @@ requires
7174and
7275.Xr scbus 4
7376to be included in the kernel.
77+ .Sh HARDWARE
78+ The
79+ .Nm
80+ driver supports USB Mass Storage devices such as:
81+ .Pp
82+ .Bl -bullet -compact
83+ .It
84+ USB thumb drives
85+ .It
86+ USB hard disk drives
87+ .It
88+ USB floppy drives
89+ .El
90+ .Sh CACHE EFFECTS
91+ Many direct access devices are equipped with read and/or write caches.
92+ Parameters affecting the device's cache are stored in mode page 8,
7493.Sh EXAMPLES
7594.Bd -literal -offset indent
7695device umass
@@ -92,7 +111,8 @@ camcontrol rescan 0:0:3
92111Rescan all slots on a multi-slot flash reader, where the slots map to separate
93112LUNs on a single SCSI ID.
94113Typically only the first slot will be enabled at boot time.
95- This assumes that the flash reader is the first SCSI bus in the system and has 4 slots.
114+ This assumes that
115+ the flash reader is the first SCSI bus in the system and has 4 slots.
96116.Sh SEE ALSO
97117.Xr cfumass 4 ,
98118.Xr ehci 4 ,
@@ -101,7 +121,11 @@ This assumes that the flash reader is the first SCSI bus in the system and has 4
101121.Xr usb 4 ,
102122.Xr xhci 4 ,
103123.Xr camcontrol 8
104- .\" .Sh HISTORY
124+ .Sh HISTORY
125+ The
126+ .Nm
127+ driver appeared in
128+ .Fx 4.3 .
105129.Sh AUTHORS
106130.An -nosplit
107131The
You can’t perform that action at this time.
0 commit comments