summaryrefslogtreecommitdiff
path: root/sys/contrib/rdma
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2009-05-01 02:51:58 +0000
committerKen Smith <kensmith@FreeBSD.org>2009-05-01 02:51:58 +0000
commitb205d83df7763ca1f099bce5ac12a05862a626c4 (patch)
treef30d11bce592433d73cbb079c6db2d3428a52cf5 /sys/contrib/rdma
parent54055718ff5134ddd61afc4c5f01440022040a06 (diff)
Diffstat (limited to 'sys/contrib/rdma')
-rw-r--r--sys/contrib/rdma/core_priv.h2
-rw-r--r--sys/contrib/rdma/ib_addr.h2
-rw-r--r--sys/contrib/rdma/ib_cache.h2
-rw-r--r--sys/contrib/rdma/ib_cm.h2
-rw-r--r--sys/contrib/rdma/ib_fmr_pool.h2
-rw-r--r--sys/contrib/rdma/ib_mad.h2
-rw-r--r--sys/contrib/rdma/ib_marshall.h2
-rw-r--r--sys/contrib/rdma/ib_pack.h2
-rw-r--r--sys/contrib/rdma/ib_sa.h2
-rw-r--r--sys/contrib/rdma/ib_smi.h2
-rw-r--r--sys/contrib/rdma/ib_umem.h2
-rw-r--r--sys/contrib/rdma/ib_user_cm.h2
-rw-r--r--sys/contrib/rdma/ib_user_mad.h2
-rw-r--r--sys/contrib/rdma/ib_user_sa.h2
-rw-r--r--sys/contrib/rdma/ib_user_verbs.h2
-rw-r--r--sys/contrib/rdma/ib_verbs.h2
-rw-r--r--sys/contrib/rdma/iw_cm.h2
-rw-r--r--sys/contrib/rdma/krping/getopt.c2
-rw-r--r--sys/contrib/rdma/krping/getopt.h2
-rw-r--r--sys/contrib/rdma/krping/krping.c2
-rw-r--r--sys/contrib/rdma/krping/krping.h2
-rw-r--r--sys/contrib/rdma/krping/krping_dev.c2
-rw-r--r--sys/contrib/rdma/rdma_addr.c2
-rw-r--r--sys/contrib/rdma/rdma_cache.c2
-rw-r--r--sys/contrib/rdma/rdma_cm.h2
-rw-r--r--sys/contrib/rdma/rdma_cm_ib.h2
-rw-r--r--sys/contrib/rdma/rdma_cma.c2
-rw-r--r--sys/contrib/rdma/rdma_device.c2
-rw-r--r--sys/contrib/rdma/rdma_iwcm.c2
-rw-r--r--sys/contrib/rdma/rdma_user_cm.h2
-rw-r--r--sys/contrib/rdma/rdma_verbs.c2
-rw-r--r--sys/contrib/rdma/types.h2
32 files changed, 32 insertions, 32 deletions
diff --git a/sys/contrib/rdma/core_priv.h b/sys/contrib/rdma/core_priv.h
index 5d6c9d805e343..999ccc2c6167d 100644
--- a/sys/contrib/rdma/core_priv.h
+++ b/sys/contrib/rdma/core_priv.h
@@ -31,7 +31,7 @@
*
* $Id: core_priv.h 1349 2004-12-16 21:09:43Z roland $
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/core_priv.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef _CORE_PRIV_H
diff --git a/sys/contrib/rdma/ib_addr.h b/sys/contrib/rdma/ib_addr.h
index 3df9949ad28d2..d29d0e2e03dee 100644
--- a/sys/contrib/rdma/ib_addr.h
+++ b/sys/contrib/rdma/ib_addr.h
@@ -25,7 +25,7 @@
* notice, one of the license notices in the documentation
* and/or other materials provided with the distribution.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/ib_addr.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*
*/
diff --git a/sys/contrib/rdma/ib_cache.h b/sys/contrib/rdma/ib_cache.h
index 419bea2f252b3..2b5f8b6661eb4 100644
--- a/sys/contrib/rdma/ib_cache.h
+++ b/sys/contrib/rdma/ib_cache.h
@@ -33,7 +33,7 @@
*
* $Id: ib_cache.h 1349 2004-12-16 21:09:43Z roland $
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/ib_cache.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef _IB_CACHE_H
diff --git a/sys/contrib/rdma/ib_cm.h b/sys/contrib/rdma/ib_cm.h
index 5fa918a949ec6..2de60d2c46fb7 100644
--- a/sys/contrib/rdma/ib_cm.h
+++ b/sys/contrib/rdma/ib_cm.h
@@ -34,7 +34,7 @@
*
* $Id: ib_cm.h 4311 2005-12-05 18:42:01Z sean.hefty $
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/ib_cm.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
diff --git a/sys/contrib/rdma/ib_fmr_pool.h b/sys/contrib/rdma/ib_fmr_pool.h
index 55996b8228f56..c81a69f4965ef 100644
--- a/sys/contrib/rdma/ib_fmr_pool.h
+++ b/sys/contrib/rdma/ib_fmr_pool.h
@@ -32,7 +32,7 @@
*
* $Id: ib_fmr_pool.h 2730 2005-06-28 16:43:03Z sean.hefty $
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/ib_fmr_pool.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#if !defined(IB_FMR_POOL_H)
diff --git a/sys/contrib/rdma/ib_mad.h b/sys/contrib/rdma/ib_mad.h
index 7fabc97bc083c..0ddc1dc2865f2 100644
--- a/sys/contrib/rdma/ib_mad.h
+++ b/sys/contrib/rdma/ib_mad.h
@@ -35,7 +35,7 @@
*
* $Id: ib_mad.h 5596 2006-03-03 01:00:07Z sean.hefty $
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/ib_mad.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#if !defined( IB_MAD_H )
diff --git a/sys/contrib/rdma/ib_marshall.h b/sys/contrib/rdma/ib_marshall.h
index 60cd219efd049..333a59d9b02c5 100644
--- a/sys/contrib/rdma/ib_marshall.h
+++ b/sys/contrib/rdma/ib_marshall.h
@@ -29,7 +29,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/ib_marshall.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#if !defined(IB_USER_MARSHALL_H)
diff --git a/sys/contrib/rdma/ib_pack.h b/sys/contrib/rdma/ib_pack.h
index 206d1f1c0a636..e4ef9b70b1785 100644
--- a/sys/contrib/rdma/ib_pack.h
+++ b/sys/contrib/rdma/ib_pack.h
@@ -31,7 +31,7 @@
*
* $Id: ib_pack.h 1349 2004-12-16 21:09:43Z roland $
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/ib_pack.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef IB_PACK_H
diff --git a/sys/contrib/rdma/ib_sa.h b/sys/contrib/rdma/ib_sa.h
index bf6a28a1c6168..2563f403bb0ab 100644
--- a/sys/contrib/rdma/ib_sa.h
+++ b/sys/contrib/rdma/ib_sa.h
@@ -33,7 +33,7 @@
*
* $Id: ib_sa.h 2811 2005-07-06 18:11:43Z halr $
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/ib_sa.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef IB_SA_H
diff --git a/sys/contrib/rdma/ib_smi.h b/sys/contrib/rdma/ib_smi.h
index 0e4b1e940d8e3..d748999475836 100644
--- a/sys/contrib/rdma/ib_smi.h
+++ b/sys/contrib/rdma/ib_smi.h
@@ -35,7 +35,7 @@
*
* $Id: ib_smi.h 1389 2004-12-27 22:56:47Z roland $
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/ib_smi.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#if !defined( IB_SMI_H )
diff --git a/sys/contrib/rdma/ib_umem.h b/sys/contrib/rdma/ib_umem.h
index 50dd5dac867d5..037389486fad7 100644
--- a/sys/contrib/rdma/ib_umem.h
+++ b/sys/contrib/rdma/ib_umem.h
@@ -29,7 +29,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/ib_umem.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef IB_UMEM_H
diff --git a/sys/contrib/rdma/ib_user_cm.h b/sys/contrib/rdma/ib_user_cm.h
index e8815d51cf5b6..9f7b35a21df9a 100644
--- a/sys/contrib/rdma/ib_user_cm.h
+++ b/sys/contrib/rdma/ib_user_cm.h
@@ -32,7 +32,7 @@
*
* $Id: ib_user_cm.h 4019 2005-11-11 00:33:09Z sean.hefty $
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/ib_user_cm.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef IB_USER_CM_H
diff --git a/sys/contrib/rdma/ib_user_mad.h b/sys/contrib/rdma/ib_user_mad.h
index ec1d50987c882..9772b5c0f5979 100644
--- a/sys/contrib/rdma/ib_user_mad.h
+++ b/sys/contrib/rdma/ib_user_mad.h
@@ -32,7 +32,7 @@
*
* $Id: ib_user_mad.h 2814 2005-07-06 19:14:09Z halr $
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/ib_user_mad.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef IB_USER_MAD_H
diff --git a/sys/contrib/rdma/ib_user_sa.h b/sys/contrib/rdma/ib_user_sa.h
index ddb76ed5c9c2b..babc68abbf374 100644
--- a/sys/contrib/rdma/ib_user_sa.h
+++ b/sys/contrib/rdma/ib_user_sa.h
@@ -29,7 +29,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/ib_user_sa.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef IB_USER_SA_H
diff --git a/sys/contrib/rdma/ib_user_verbs.h b/sys/contrib/rdma/ib_user_verbs.h
index faa966c209203..145bf4b70a9e4 100644
--- a/sys/contrib/rdma/ib_user_verbs.h
+++ b/sys/contrib/rdma/ib_user_verbs.h
@@ -34,7 +34,7 @@
*
* $Id: ib_user_verbs.h 4019 2005-11-11 00:33:09Z sean.hefty $
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/ib_user_verbs.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef IB_USER_VERBS_H
diff --git a/sys/contrib/rdma/ib_verbs.h b/sys/contrib/rdma/ib_verbs.h
index 5d98ef7e0e413..caabc096be85a 100644
--- a/sys/contrib/rdma/ib_verbs.h
+++ b/sys/contrib/rdma/ib_verbs.h
@@ -37,7 +37,7 @@
*
* $Id: ib_verbs.h 1349 2004-12-16 21:09:43Z roland $
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/ib_verbs.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
diff --git a/sys/contrib/rdma/iw_cm.h b/sys/contrib/rdma/iw_cm.h
index e594d669375ac..de2d2aa758a58 100644
--- a/sys/contrib/rdma/iw_cm.h
+++ b/sys/contrib/rdma/iw_cm.h
@@ -30,7 +30,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/iw_cm.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef IW_CM_H
#define IW_CM_H
diff --git a/sys/contrib/rdma/krping/getopt.c b/sys/contrib/rdma/krping/getopt.c
index 701910ea8b339..9f22b151fad56 100644
--- a/sys/contrib/rdma/krping/getopt.c
+++ b/sys/contrib/rdma/krping/getopt.c
@@ -3,7 +3,7 @@
*
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/contrib/rdma/krping/getopt.c,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $");
#include <sys/ctype.h>
#include <sys/param.h>
diff --git a/sys/contrib/rdma/krping/getopt.h b/sys/contrib/rdma/krping/getopt.h
index 610ec76254242..319deff333da5 100644
--- a/sys/contrib/rdma/krping/getopt.h
+++ b/sys/contrib/rdma/krping/getopt.h
@@ -1,7 +1,7 @@
/*
* lifted from fs/ncpfs/getopt.c
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/krping/getopt.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef _KRPING_GETOPT_H
#define _KRPING_GETOPT_H
diff --git a/sys/contrib/rdma/krping/krping.c b/sys/contrib/rdma/krping/krping.c
index db7c524549c92..a3b857c9716f3 100644
--- a/sys/contrib/rdma/krping/krping.c
+++ b/sys/contrib/rdma/krping/krping.c
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/contrib/rdma/krping/krping.c,v 1.2.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $");
#include <sys/ctype.h>
diff --git a/sys/contrib/rdma/krping/krping.h b/sys/contrib/rdma/krping/krping.h
index 8578e7e7979b2..ed0997fcf466b 100644
--- a/sys/contrib/rdma/krping/krping.h
+++ b/sys/contrib/rdma/krping/krping.h
@@ -1,5 +1,5 @@
/*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/krping/krping.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#include <contrib/rdma/ib_verbs.h>
#include <netinet/in.h>
diff --git a/sys/contrib/rdma/krping/krping_dev.c b/sys/contrib/rdma/krping/krping_dev.c
index 448f197175781..074c739b1a902 100644
--- a/sys/contrib/rdma/krping/krping_dev.c
+++ b/sys/contrib/rdma/krping/krping_dev.c
@@ -11,7 +11,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/contrib/rdma/krping/krping_dev.c,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $");
#include <sys/types.h>
#include <sys/module.h>
diff --git a/sys/contrib/rdma/rdma_addr.c b/sys/contrib/rdma/rdma_addr.c
index e052b807a7d9e..86ac8457f6ccb 100644
--- a/sys/contrib/rdma/rdma_addr.c
+++ b/sys/contrib/rdma/rdma_addr.c
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/contrib/rdma/rdma_addr.c,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $");
#include <sys/param.h>
#include <sys/condvar.h>
diff --git a/sys/contrib/rdma/rdma_cache.c b/sys/contrib/rdma/rdma_cache.c
index dced8ebd01103..60441b3dc1767 100644
--- a/sys/contrib/rdma/rdma_cache.c
+++ b/sys/contrib/rdma/rdma_cache.c
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/contrib/rdma/rdma_cache.c,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $");
#include <sys/types.h>
diff --git a/sys/contrib/rdma/rdma_cm.h b/sys/contrib/rdma/rdma_cm.h
index 1b30d04435d5d..169e340865d1b 100644
--- a/sys/contrib/rdma/rdma_cm.h
+++ b/sys/contrib/rdma/rdma_cm.h
@@ -25,7 +25,7 @@
* notice, one of the license notices in the documentation
* and/or other materials provided with the distribution.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/rdma_cm.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#if !defined(RDMA_CM_H)
diff --git a/sys/contrib/rdma/rdma_cm_ib.h b/sys/contrib/rdma/rdma_cm_ib.h
index b69f66613bd93..381375db91919 100644
--- a/sys/contrib/rdma/rdma_cm_ib.h
+++ b/sys/contrib/rdma/rdma_cm_ib.h
@@ -24,7 +24,7 @@
* notice, one of the license notices in the documentation
* and/or other materials provided with the distribution.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/rdma_cm_ib.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#if !defined(RDMA_CM_IB_H)
diff --git a/sys/contrib/rdma/rdma_cma.c b/sys/contrib/rdma/rdma_cma.c
index 8dddf6ce157d0..09906a004d46f 100644
--- a/sys/contrib/rdma/rdma_cma.c
+++ b/sys/contrib/rdma/rdma_cma.c
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/contrib/rdma/rdma_cma.c,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $");
#include <sys/param.h>
#include <sys/condvar.h>
diff --git a/sys/contrib/rdma/rdma_device.c b/sys/contrib/rdma/rdma_device.c
index 53cf31fb28d9e..7f03087a61843 100644
--- a/sys/contrib/rdma/rdma_device.c
+++ b/sys/contrib/rdma/rdma_device.c
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/contrib/rdma/rdma_device.c,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $");
#include <sys/types.h>
#include <sys/param.h>
diff --git a/sys/contrib/rdma/rdma_iwcm.c b/sys/contrib/rdma/rdma_iwcm.c
index 916abcd2dfd99..7e3b3a9ca80c0 100644
--- a/sys/contrib/rdma/rdma_iwcm.c
+++ b/sys/contrib/rdma/rdma_iwcm.c
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/contrib/rdma/rdma_iwcm.c,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $");
#include <sys/types.h>
#include <sys/param.h>
diff --git a/sys/contrib/rdma/rdma_user_cm.h b/sys/contrib/rdma/rdma_user_cm.h
index 0ffa4e5b3c247..cd3dd8dcb0ce7 100644
--- a/sys/contrib/rdma/rdma_user_cm.h
+++ b/sys/contrib/rdma/rdma_user_cm.h
@@ -29,7 +29,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/rdma_user_cm.h,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef RDMA_USER_CM_H
diff --git a/sys/contrib/rdma/rdma_verbs.c b/sys/contrib/rdma/rdma_verbs.c
index 93821074b3c1b..c54b07b6ee93f 100644
--- a/sys/contrib/rdma/rdma_verbs.c
+++ b/sys/contrib/rdma/rdma_verbs.c
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/contrib/rdma/rdma_verbs.c,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/contrib/rdma/types.h b/sys/contrib/rdma/types.h
index 33a1a62bd9053..e984184152e89 100644
--- a/sys/contrib/rdma/types.h
+++ b/sys/contrib/rdma/types.h
@@ -1,5 +1,5 @@
/*
- * $FreeBSD$
+ * $FreeBSD: src/sys/contrib/rdma/types.h,v 1.2.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef __RDMA_TYPES_H_
#define __RDMA_TYPES_H_