]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r234831, r234833, r237263**, r237436*, r237439, r237463, r237512,
authornp <np@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 2 Mar 2013 21:59:07 +0000 (21:59 +0000)
committernp <np@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 2 Mar 2013 21:59:07 +0000 (21:59 +0000)
commit1d8408f53922521706103aac051b2be744cc5451
tree646e703743218f269256a3b3448dfab0b91859f9
parent4a99fefea757bdfb28fd8a0089c829612b505ac9
MFC r234831, r234833, r237263**, r237436*, r237439, r237463, r237512,
r237587, r237799, r237819, r237831, r238028, r238054, r238313, r239102,
r239258, r239259, r239264*, r239266, r239336, r239338*, r239339,
r239341, r239344, r240443, r240451, r240452*, r240453, r241397, r241398,
r241399, r241401, r241409, r241416, r241493, r244551, r244580, r245243,
r245274*, r245276*, r245434*, r245517, r245518, r245520, r245567,
r245933, r245935, r245936, r246093, r246385, r246575, r247062, r247122,
r247289, r247291, r247347, r247355.

This brings stable/8's cxgbe(4) up to date with what's in head right
now.  One major difference is the missing t4_tom (TCP Offload Module);
there are no plans to backport it to 8.

Build tested with make universe (with -DMAKE_JUST_KERNELS)

*  partial
** partial manual backport, not really an MFC

git-svn-id: svn://svn.freebsd.org/base/stable/8@247670 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
23 files changed:
share/man/man4/cxgbe.4
sys/conf/files
sys/conf/kern.pre.mk
sys/dev/cxgbe/adapter.h
sys/dev/cxgbe/common/common.h
sys/dev/cxgbe/common/jhash.h [deleted file]
sys/dev/cxgbe/common/t4_hw.c
sys/dev/cxgbe/common/t4_hw.h
sys/dev/cxgbe/common/t4_msg.h
sys/dev/cxgbe/firmware/t4fw-1.8.4.0.bin.uu [new file with mode: 0644]
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/offload.h
sys/dev/cxgbe/osdep.h
sys/dev/cxgbe/t4_ioctl.h
sys/dev/cxgbe/t4_l2t.c
sys/dev/cxgbe/t4_l2t.h
sys/dev/cxgbe/t4_main.c
sys/dev/cxgbe/t4_sge.c
sys/modules/cxgbe/firmware/Makefile
sys/modules/cxgbe/if_cxgbe/Makefile
tools/tools/cxgbetool/cxgbetool.c