Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2015 19:31:15 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r277769 - head/sys/modules/iscsi
Message-ID:  <201501261931.t0QJVF7M020671@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Mon Jan 26 19:31:14 2015
New Revision: 277769
URL: https://svnweb.freebsd.org/changeset/base/277769

Log:
  Remove cruft; ICL_RDMA was never actually working, and will be redone
  in a completely different manner.
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/modules/iscsi/Makefile

Modified: head/sys/modules/iscsi/Makefile
==============================================================================
--- head/sys/modules/iscsi/Makefile	Mon Jan 26 19:27:30 2015	(r277768)
+++ head/sys/modules/iscsi/Makefile	Mon Jan 26 19:31:14 2015	(r277769)
@@ -4,22 +4,12 @@
 KMOD=	iscsi
 
 SRCS=	iscsi.c
-.if defined(ICL_RDMA)
-SRCS+=	icl_rdma.c
-.else
 SRCS+=	icl.c
-.endif
 SRCS+=	icl_proxy.c
 SRCS+=	opt_cam.h
 SRCS+=	bus_if.h
 SRCS+=	device_if.h
 
-# Those below are required for RDMA.
-SRCS+=	vnode_if.h
-SRCS+=	opt_inet.h
-SRCS+=	opt_inet6.h
-
-CFLAGS+= -I${.CURDIR}/../../ofed/include
 #CFLAGS+=-DICL_KERNEL_PROXY
 
 .include <bsd.kmod.mk>



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