sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Fix build of stand/usb .MFC after: 1 weekSponsored by: Mellanox Technologies
Add cdceem(4) driver, for virtual ethernet devices compliantwith Communication Device Class Ethernet Emulation Model (CDC EEM).The driver supports both the device, and host side operation; thereis
Add cdceem(4) driver, for virtual ethernet devices compliantwith Communication Device Class Ethernet Emulation Model (CDC EEM).The driver supports both the device, and host side operation; thereis a new USB template (#11) for the former.This enables communication with virtual USB NIC provided by iLO 5,as found in new HPE Proliant servers.Reviewed by: hselaskyMFC after: 2 weeksRelnotes: yesSponsored by: Hewlett Packard Enterprise
show more ...
Add a "multifunction" device side USB template, which provides massstorage, CDC ACM (serial), and CDC ECM (ethernet) at the same time.It's quite similar in function to Linux' "g_multi" gadget.Rev
Add a "multifunction" device side USB template, which provides massstorage, CDC ACM (serial), and CDC ECM (ethernet) at the same time.It's quite similar in function to Linux' "g_multi" gadget.Reviewed by: hselasky@MFC after: 2 weeksRelnotes: yesSponsored by: The FreeBSD Foundation
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Add USB MIDI template for USB device side mode.
Add new USB template to the USB template module.
Add new USB phone descriptor template for USB device side mode.MFC after: 3 days
- Add more USB templates for various USB device classes- Add basic template support for USB 3.0- Export definition of template sysctl numbers through usb_ioctl.hMFC after: 7 days
Hook up new USB modules.