aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorKip Macy <kmacy@FreeBSD.org>2007-09-09 01:28:03 +0000
committerKip Macy <kmacy@FreeBSD.org>2007-09-09 01:28:03 +0000
commit5c5df3da16387de4c7bf2eaf04f9b75f06632f79 (patch)
tree4cef61463d4eb54cc5156a6cc7cf54ed763f4010 /sys/modules
parentcd41628daf6cc5e8d49c0941e07b2b774a53924b (diff)
downloadsrc-5c5df3da16387de4c7bf2eaf04f9b75f06632f79.tar.gz
src-5c5df3da16387de4c7bf2eaf04f9b75f06632f79.zip
- fix qset to port binding as a proper fix for the problems encountered on the 4-port
- fix the use after free seen when sending packets small enough to fit as an immediate and bpf peers are present - update to firmware rev 4.7 along with various small vendor fixes Supported by: Chelsio Approved by: re (blanket) MFC after: 3 days
Notes
Notes: svn path=/head/; revision=172096
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/cxgb/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/modules/cxgb/Makefile b/sys/modules/cxgb/Makefile
index 843f65203101..99a6a3e58a87 100644
--- a/sys/modules/cxgb/Makefile
+++ b/sys/modules/cxgb/Makefile
@@ -11,16 +11,18 @@ SRCS+= device_if.h bus_if.h pci_if.h opt_zero.h
SRCS+= uipc_mvec.c
CFLAGS+= -DCONFIG_CHELSIO_T3_CORE -g -DCONFIG_DEFINED -DDEFAULT_JUMBO -I${CXGB}
-#CFLAGS+= -DINVARIANT_SUPPORT -DINVARIANTS
+#CFLAGS+= -DDEBUG -DDEBUG_PRINT
+#CFLAGS+= -DINVARIANT_SUPPORT -DINVARIANTS -DWITNESS
+
.if ${MACHINE_ARCH} != "ia64"
# ld is broken on ia64
-t3fw-4.5.0.bin: ${CXGB}/t3fw-4.5.0.bin.gz.uu
- uudecode -p < ${CXGB}/t3fw-4.5.0.bin.gz.uu \
+t3fw-4.7.0.bin: ${CXGB}/t3fw-4.7.0.bin.gz.uu
+ uudecode -p < ${CXGB}/t3fw-4.7.0.bin.gz.uu \
| gzip -dc > ${.TARGET}
-FIRMWS= t3fw-4.5.0.bin:t3fw450
-CLEANFILES+= t3fw-4.5.0.bin
+FIRMWS= t3fw-4.7.0.bin:t3fw470
+CLEANFILES+= t3fw-4.7.0.bin
t3b_protocol_sram-1.1.0.bin: ${CXGB}/t3b_protocol_sram-1.1.0.bin.gz.uu
uudecode -p < ${CXGB}/t3b_protocol_sram-1.1.0.bin.gz.uu \