]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
cxgbe(4): backport Chelsio T5 support from the 9-STABLE branch.
authornp <np@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 13 Sep 2014 22:30:04 +0000 (22:30 +0000)
committernp <np@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 13 Sep 2014 22:30:04 +0000 (22:30 +0000)
commitce35c42f1f3ece7dae7cca25fd4290009d486e6d
tree7841d606148921e50403f061aec8d574ea80fd7f
parentd77793d20552fc3b0f6c2cf564f92de4bc0787ff
cxgbe(4): backport Chelsio T5 support from the 9-STABLE branch.

This is a direct commit to get the base 40GbE/10GbE T5 driver to
8-STABLE.  There were too many changes between 8 and 9 (t4_tom,
iw_cxgbe, etc.) and MFC'ing everything and then ripping out stuff
selectively would have been too much trouble.

Tested with "make -DMAKE_JUST_KERNELS universe".

git-svn-id: svn://svn.freebsd.org/base/stable/8@271555 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
26 files changed:
share/man/man4/cxgbe.4
sys/conf/files
sys/dev/cxgbe/adapter.h
sys/dev/cxgbe/common/common.h
sys/dev/cxgbe/common/t4_hw.c
sys/dev/cxgbe/common/t4_hw.h
sys/dev/cxgbe/common/t4_msg.h
sys/dev/cxgbe/common/t4_regs.h
sys/dev/cxgbe/common/t4_regs_values.h
sys/dev/cxgbe/firmware/t4fw-1.11.27.0.bin.uu [new file with mode: 0644]
sys/dev/cxgbe/firmware/t4fw-1.8.4.0.bin.uu [deleted file]
sys/dev/cxgbe/firmware/t4fw_cfg.txt
sys/dev/cxgbe/firmware/t4fw_cfg_uwire.txt
sys/dev/cxgbe/firmware/t4fw_interface.h
sys/dev/cxgbe/firmware/t5fw-1.11.27.0.bin.uu [new file with mode: 0644]
sys/dev/cxgbe/firmware/t5fw_cfg.txt [new file with mode: 0644]
sys/dev/cxgbe/firmware/t5fw_cfg_fpga.txt [new file with mode: 0644]
sys/dev/cxgbe/firmware/t5fw_cfg_uwire.txt [new file with mode: 0644]
sys/dev/cxgbe/offload.h
sys/dev/cxgbe/osdep.h
sys/dev/cxgbe/t4_ioctl.h
sys/dev/cxgbe/t4_main.c
sys/dev/cxgbe/t4_sge.c
sys/modules/cxgbe/Makefile
sys/modules/cxgbe/t4_firmware/Makefile [moved from sys/modules/cxgbe/firmware/Makefile with 95% similarity]
sys/modules/cxgbe/t5_firmware/Makefile [new file with mode: 0644]