diff options
author | np <np@FreeBSD.org> | 2013-03-30 02:26:20 +0000 |
---|---|---|
committer | np <np@FreeBSD.org> | 2013-03-30 02:26:20 +0000 |
commit | 3c60e22da7d4460db7adb2b916f55e22b7d60e26 (patch) | |
tree | 567c56246d7d740aad962c395d12e9b7eb5d7608 /sys/modules/cxgbe | |
parent | fc36a232b91d6ddc6b7d1429049d052764181391 (diff) | |
download | FreeBSD-src-3c60e22da7d4460db7adb2b916f55e22b7d60e26.zip FreeBSD-src-3c60e22da7d4460db7adb2b916f55e22b7d60e26.tar.gz |
cxgbe(4): Add support for Chelsio's Terminator 5 (aka T5) ASIC. This
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
Diffstat (limited to 'sys/modules/cxgbe')
-rw-r--r-- | sys/modules/cxgbe/Makefile | 3 | ||||
-rw-r--r-- | sys/modules/cxgbe/t4_firmware/Makefile (renamed from sys/modules/cxgbe/firmware/Makefile) | 0 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/cxgbe/Makefile b/sys/modules/cxgbe/Makefile index 5ec8dcc..2f848b6 100644 --- a/sys/modules/cxgbe/Makefile +++ b/sys/modules/cxgbe/Makefile @@ -3,7 +3,8 @@ # SUBDIR = if_cxgbe -SUBDIR+= firmware +SUBDIR+= t4_firmware +#SUBDIR+= t5_firmware SUBDIR+= ${_tom} .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" diff --git a/sys/modules/cxgbe/firmware/Makefile b/sys/modules/cxgbe/t4_firmware/Makefile index fea29a5..fea29a5 100644 --- a/sys/modules/cxgbe/firmware/Makefile +++ b/sys/modules/cxgbe/t4_firmware/Makefile |