PERFORCE change 137370 for review

Steve Wise swise at FreeBSD.org
Mon Mar 10 23:42:41 UTC 2008


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

Change 137370 by swise at swise:vic10:iwarp on 2008/03/10 23:42:32

	turn off debug in iw_cxgb

Affected files ...

.. //depot/projects/iwarp/sys/modules/cxgb/iw_cxgb/Makefile#5 edit

Differences ...

==== //depot/projects/iwarp/sys/modules/cxgb/iw_cxgb/Makefile#5 (text+ko) ====

@@ -9,6 +9,6 @@
 SRCS+=  iw_cxgb_ev.c iw_cxgb_mem.c iw_cxgb_dbg.c iw_cxgb_cq.c
 SRCS+=  bus_if.h device_if.h opt_sched.h pci_if.h pcib_if.h
 CFLAGS+= -DCONFIG_CHELSIO_T3_CORE -g -DCONFIG_DEFINED  -I${CXGB} -DSMP
-CFLAGS+= -DDEBUG
+#CFLAGS+= -DDEBUG
 
 .include <bsd.kmod.mk>


More information about the p4-projects mailing list