Skip to content

Commit 70993c2

Browse files
committed
umass.4: Add HISTORY, HARDWARE, and SPDX
While here, break a long line that agitates the linter. Fixes: cc16f1b (Add umass.c) MFC after: 1 hour Discussed with: imp, ivy diff --git a/sys/dev/usb/FILES b/sys/dev/usb/FILES
1 parent 44f3e9f commit 70993c2

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

share/man/man4/umass.4

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.\"
2+
.\" SPDX-License-Identifier: BSD-2-Clause
3+
.\"
14
.\" Copyright (c) 1999
25
.\" Nick Hibma <[email protected]>. All rights reserved.
36
.\"
@@ -22,7 +25,7 @@
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
7174
and
7275
.Xr scbus 4
7376
to 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
7695
device umass
@@ -92,7 +111,8 @@ camcontrol rescan 0:0:3
92111
Rescan all slots on a multi-slot flash reader, where the slots map to separate
93112
LUNs on a single SCSI ID.
94113
Typically 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
107131
The

0 commit comments

Comments
 (0)