|
NAMEcdceem —
USB Communication Device Class Ethernet Emulation Model (CDC
EEM) driver
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device uhci
device ohci
device usb
device miibus
device uether
device cdceem Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_cdceem_load="YES" DESCRIPTIONThecdceem driver provides support for USB devices based
on the USB Communication Device Class Ethernet Emulation Model (CDC EEM)
specification.
The driver works on both host, and device-side; see usb_template(4) for details. The USB device appears as a regular network interface on both sides, transporting Ethernet frames. For more information on configuring this device, see ifconfig(8). The SYSCTL VARIABLESThe following variables are available as both sysctl(8) variables and loader(8) tunables:
SEE ALSOarp(4), cdce(4), intro(4), ipheth(4), netintro(4), urndis(4), usb(4), usb_template(4), ifconfig(8)Universal Serial Bus Communications Class Subclass Specification for Ethernet Emulation Model Devices, https://usb.org/sites/default/files/CDC_EEM10.pdf. HISTORYThecdceem device driver first appeared in
FreeBSD 12.1.
AUTHORSThecdceem driver was written by Edward
Tomasz Napierala
<trasz@FreeBSD.org>
under sponsorship from Hewlett Packard Enterprise.
Visit the GSP FreeBSD Man Page Interface. |