PERFORCE change 126782 for review

Kip Macy kmacy at FreeBSD.org
Mon Sep 24 12:41:46 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=126782

Change 126782 by kmacy at kmacy_home:ethng on 2007/09/24 19:41:05

	don't compile in debug firmware

Affected files ...

.. //depot/projects/ethng/src/sys/modules/cxgb/Makefile#7 edit

Differences ...

==== //depot/projects/ethng/src/sys/modules/cxgb/Makefile#7 (text+ko) ====

@@ -14,21 +14,21 @@
 CFLAGS+= -DIFNET_MULTIQUEUE
 #CFLAGS+= -DDISABLE_MBUF_IOVEC
 #CFLAGS+= -DDEBUG -DDEBUG_PRINT
-#CFLAGS+= -DINVARIANT_SUPPORT -DINVARIANTS -DWITNESS
+#CFLAGS+= -DINVARIANT_SUPPORT -DINVARIANTS 
+#CFLAGS+= -DWITNESS
 #CFLAGS += -DLOCK_PROFILING
 
 #CFLAGS+= -DWITNESS
-#CFLAGS+= -DDEBUG -DDEBUG_PRINT
 
 
 .if ${MACHINE_ARCH} != "ia64"
 # ld is broken on ia64
-t3fw-4.7.1.bin: ${CXGB}/t3fw-4.7.1.bin.gz.uu
-	uudecode -p < ${CXGB}/t3fw-4.7.1.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.7.1.bin:t3fw471
-CLEANFILES+= t3fw-4.7.1.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 \


More information about the p4-projects mailing list