mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15:30 -04:00
includes support for the NIC and TOE features of the 40G, 10G, and 1G/100M cards based on the T5. The ASIC is mostly backward compatible with the Terminator 4 so cxgbe(4) has been updated instead of writing a brand new driver. T5 cards will show up as cxl (short for cxlgb) ports attached to the t5nex bus driver. Sponsored by: Chelsio
14 lines
206 B
Makefile
14 lines
206 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
SUBDIR = if_cxgbe
|
|
SUBDIR+= t4_firmware
|
|
#SUBDIR+= t5_firmware
|
|
SUBDIR+= ${_tom}
|
|
|
|
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
|
|
_tom= tom
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|