|
NAMEcfumass —
USB device side support for Mass Storage Class Transport
SYNOPSISThis driver can be compiled into the kernel by placing these lines in the kernel configuration file:device usb
device usb_template
device ctl
device cfumass The driver module can also be loaded at boot by adding this line to loader.conf(5): cfumass_load="YES" DESCRIPTIONThecfumass driver provides device side support for
emulating an USB mass storage device compliant with the USB Mass Storage Class
Bulk-Only (BBB) Transport specification, implemented as a
ctl(4)
frontend driver.
To use
Upon loading, the driver creates a
ctl(4)
port named cfumass, presenting the first LUN mapped
for that port - usually LUN 0 - to the USB host. See
ctl.conf(5)
and
ctld(8)
for details on configuring the LUN. See the
SYSCTL VARIABLESThese variables are available as both sysctl(8) variables and loader(8) tunables:
SEE ALSOctl(4), umass(4), usb(4), usb_template(4), ctl.conf(5), ctld(8)HISTORYThecfumass driver first appeared in
FreeBSD 11.1.
AUTHORSThecfumass driver was developed by
Edward Tomasz Napierala
<trasz@FreeBSD.org>
under sponsorship from the FreeBSD Foundation.
Visit the GSP FreeBSD Man Page Interface. |