Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2008 23:42:40 GMT
From:      Steve Wise <swise@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 137370 for review
Message-ID:  <200803102342.m2ANge40058895@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=137370

Change 137370 by swise@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803102342.m2ANge40058895>