63722e5212
with Communication Device Class Ethernet Emulation Model (CDC EEM). The driver supports both the device, and host side operation; there is 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: hselasky MFC after: 2 weeks Relnotes: yes Sponsored by: Hewlett Packard Enterprise
13 lines
208 B
Makefile
13 lines
208 B
Makefile
#
|
|
# $FreeBSD$
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/usb/net
|
|
|
|
KMOD= if_cdceem
|
|
SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
|
|
miibus_if.h opt_inet.h \
|
|
if_cdceem.c
|
|
|
|
.include <bsd.kmod.mk>
|