summaryrefslogtreecommitdiffstats
path: root/sys/modules/cxgb
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2007-09-09 01:28:03 +0000
committerkmacy <kmacy@FreeBSD.org>2007-09-09 01:28:03 +0000
commit36e50690beafcb223cb1b34751cd4f28ad095394 (patch)
tree4cef61463d4eb54cc5156a6cc7cf54ed763f4010 /sys/modules/cxgb
parent8fc160dac01fee84ee885f1358e4dffb7e772df5 (diff)
downloadFreeBSD-src-36e50690beafcb223cb1b34751cd4f28ad095394.zip
FreeBSD-src-36e50690beafcb223cb1b34751cd4f28ad095394.tar.gz
- 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
Diffstat (limited to 'sys/modules/cxgb')
-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 843f652..99a6a3e 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 \
OpenPOWER on IntegriCloud