Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2007 00:37:41 GMT
From:      Steve Wise <swise@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 128801 for review
Message-ID:  <200711080037.lA80bfEB060429@repoman.freebsd.org>

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

Change 128801 by swise@swise:vic10:iwarp on 2007/11/08 00:37:11

	split contrib/rdma code into 4 modules: rdma_addr, rdma_cma,
	rdma_iwcm, and rdma_core.  Eventually I belive they should 
	all be collapsed into 1 module.

Affected files ...

.. //depot/projects/iwarp/sys/modules/rdma/Makefile#3 edit
.. //depot/projects/iwarp/sys/modules/rdma/addr/Makefile#1 add
.. //depot/projects/iwarp/sys/modules/rdma/cma/Makefile#1 add
.. //depot/projects/iwarp/sys/modules/rdma/core/Makefile#1 add
.. //depot/projects/iwarp/sys/modules/rdma/iwcm/Makefile#1 add

Differences ...

==== //depot/projects/iwarp/sys/modules/rdma/Makefile#3 (text+ko) ====

@@ -1,11 +1,8 @@
 # $FreeBSD $
 
-RDMA=	${.CURDIR}/../../contrib/rdma
-.PATH: ${RDMA}
+SUBDIR=  addr
+SUBDIR+= cma
+#SUBDIR+= iwcm
+#SUBDIR+= core
 
-KMOD=	rdma
-SRCS= device_if.h bus_if.h pci_if.h pcib_if.h
-SRCS+= rdma_addr.c rdma_cma.c
-#rdma_cma.c rdma_device.c rdma_iwcm.c rdma_verbs.c
-
-.include <bsd.kmod.mk>
+.include <bsd.subdir.mk>



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