From owner-svn-src-all@FreeBSD.ORG Mon Oct 14 22:39:09 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 82BC31FE; Mon, 14 Oct 2013 22:39:09 +0000 (UTC) (envelope-from np@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6DD5F2D26; Mon, 14 Oct 2013 22:39:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9EMd9oc005761; Mon, 14 Oct 2013 22:39:09 GMT (envelope-from np@svn.freebsd.org) Received: (from np@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9EMd912005760; Mon, 14 Oct 2013 22:39:09 GMT (envelope-from np@svn.freebsd.org) Message-Id: <201310142239.r9EMd912005760@svn.freebsd.org> From: Navdeep Parhar Date: Mon, 14 Oct 2013 22:39:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r256467 - in head/sys: contrib/rdma modules/rdma modules/rdma/addr modules/rdma/cma modules/rdma/core modules/rdma/iwcm X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2013 22:39:09 -0000 Author: np Date: Mon Oct 14 22:39:08 2013 New Revision: 256467 URL: http://svnweb.freebsd.org/changeset/base/256467 Log: Delete all of the old RDMA code (except krping, which was switched to use sys/ofed some time back). This has been sitting around as dead code in the tree for a very long time. Deleted: head/sys/contrib/rdma/core_priv.h head/sys/contrib/rdma/ib_addr.h head/sys/contrib/rdma/ib_cache.h head/sys/contrib/rdma/ib_cm.h head/sys/contrib/rdma/ib_fmr_pool.h head/sys/contrib/rdma/ib_mad.h head/sys/contrib/rdma/ib_marshall.h head/sys/contrib/rdma/ib_pack.h head/sys/contrib/rdma/ib_sa.h head/sys/contrib/rdma/ib_smi.h head/sys/contrib/rdma/ib_umem.h head/sys/contrib/rdma/ib_user_cm.h head/sys/contrib/rdma/ib_user_mad.h head/sys/contrib/rdma/ib_user_sa.h head/sys/contrib/rdma/ib_user_verbs.h head/sys/contrib/rdma/ib_verbs.h head/sys/contrib/rdma/iw_cm.h head/sys/contrib/rdma/rdma_addr.c head/sys/contrib/rdma/rdma_cache.c head/sys/contrib/rdma/rdma_cm.h head/sys/contrib/rdma/rdma_cm_ib.h head/sys/contrib/rdma/rdma_cma.c head/sys/contrib/rdma/rdma_device.c head/sys/contrib/rdma/rdma_iwcm.c head/sys/contrib/rdma/rdma_user_cm.h head/sys/contrib/rdma/rdma_verbs.c head/sys/contrib/rdma/types.h head/sys/modules/rdma/addr/ head/sys/modules/rdma/cma/ head/sys/modules/rdma/core/ head/sys/modules/rdma/iwcm/ Modified: head/sys/modules/rdma/Makefile Modified: head/sys/modules/rdma/Makefile ============================================================================== --- head/sys/modules/rdma/Makefile Mon Oct 14 22:01:34 2013 (r256466) +++ head/sys/modules/rdma/Makefile Mon Oct 14 22:39:08 2013 (r256467) @@ -1,9 +1,5 @@ # $FreeBSD$ -#SUBDIR= addr -#SUBDIR+= cma -#SUBDIR+= iwcm -#SUBDIR+= core SUBDIR+= krping .include