sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
mii: Add opt_platform.h to all miibus driversmiivar.h includes opt_platform.h. Make sure all the drivers that use themiibus_if.h interface file have opt_platform.h as well. While some ofthese may
mii: Add opt_platform.h to all miibus driversmiivar.h includes opt_platform.h. Make sure all the drivers that use themiibus_if.h interface file have opt_platform.h as well. While some ofthese may not, strictly speaking, need it, it's easier to include ituniversally for miibus.Sponsored by: Netflix
show more ...
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