Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2007 20:25:23 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 127837 for review
Message-ID:  <200710202025.l9KKPNBh045637@repoman.freebsd.org>

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

Change 127837 by kmacy@kmacy_home:ethng on 2007/10/20 20:25:08

	add iwch_qp.c to build

Affected files ...

.. //depot/projects/ethng/src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_iwch_qp.c#1 add
.. //depot/projects/ethng/src/sys/modules/cxgb/iw_cxgb/Makefile#5 edit

Differences ...

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

@@ -4,7 +4,8 @@
 .PATH: ${IW_CXGB} ${CXGB}/common ${CXGB}/ulp/iw_cxgb
 
 KMOD=	iw_cxgb
-SRCS=	iw_cxgb_iwch.c iw_cxgb_iwch_cm.c iw_cxgb_cxio_hal.c iw_cxgb_iwch_provider.c
+SRCS=	iw_cxgb_iwch.c iw_cxgb_iwch_cm.c iw_cxgb_cxio_hal.c 
+SRCS+=  iw_cxgb_iwch_provider.c iw_cxgb_iwch_qp.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
 



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