[ofa-general] [PATCH][TRIVIAL] OpenSM: Remove some vestigial comments
Hal Rosenstock
hrosenstock at xsigo.com
Sat Jun 7 10:30:46 PDT 2008
OpenSM: Remove some vestigial comments
Signed-off-by: Hal Rosenstock <hal at xsigo.com>
diff --git a/opensm/include/complib/cl_atomic.h b/opensm/include/complib/cl_atomic.h
index ceacd8e..92620ee 100644
--- a/opensm/include/complib/cl_atomic.h
+++ b/opensm/include/complib/cl_atomic.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Declaration of atomic manipulation functions.
- *
- * Environment:
- * All
- *
- * $Revision: 1.4 $
*/
#ifndef _CL_ATOMIC_H_
diff --git a/opensm/include/complib/cl_atomic_osd.h b/opensm/include/complib/cl_atomic_osd.h
index 114c01a..ac14f8a 100644
--- a/opensm/include/complib/cl_atomic_osd.h
+++ b/opensm/include/complib/cl_atomic_osd.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Implementation specific header files for atomic operations.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.7 $
*/
#ifndef _CL_ATOMIC_OSD_H_
diff --git a/opensm/include/complib/cl_byteswap.h b/opensm/include/complib/cl_byteswap.h
index 6a1c9bf..bef24b0 100644
--- a/opensm/include/complib/cl_byteswap.h
+++ b/opensm/include/complib/cl_byteswap.h
@@ -37,11 +37,6 @@
* Abstract:
* provides byteswapping utilities. Basic functions are obtained from
* platform specific implementations from byteswap_osd.h.
- *
- * Environment:
- * All
- *
- * $Revision: 1.5 $
*/
#ifndef _CL_BYTESWAP_H_
diff --git a/opensm/include/complib/cl_byteswap_osd.h b/opensm/include/complib/cl_byteswap_osd.h
index 37e821d..72ff40e 100644
--- a/opensm/include/complib/cl_byteswap_osd.h
+++ b/opensm/include/complib/cl_byteswap_osd.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Provides common macros for dealing with byte swapping issues.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.6 $
*/
#ifndef _CL_BYTESWAP_OSD_H_
diff --git a/opensm/include/complib/cl_comppool.h b/opensm/include/complib/cl_comppool.h
index c891cc1..a9c93f2 100644
--- a/opensm/include/complib/cl_comppool.h
+++ b/opensm/include/complib/cl_comppool.h
@@ -39,11 +39,6 @@
* The composite pool managers a pool of composite objects. A composite object is an object
* that is made of multiple sub objects.
* The pool can grow to meet demand, limited only by system memory.
- *
- * Environment:
- * All
- *
- * $Revision: 1.3 $
*/
#ifndef _CL_COMP_POOL_H_
diff --git a/opensm/include/complib/cl_debug.h b/opensm/include/complib/cl_debug.h
index fbca7bd..05e9769 100644
--- a/opensm/include/complib/cl_debug.h
+++ b/opensm/include/complib/cl_debug.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Declaration of functions for reporting debug output.
- *
- * Environment:
- * All
- *
- * $Revision: 1.4 $
*/
#ifndef _CL_DEBUG_H_
diff --git a/opensm/include/complib/cl_debug_osd.h b/opensm/include/complib/cl_debug_osd.h
index 943a360..31d6972 100644
--- a/opensm/include/complib/cl_debug_osd.h
+++ b/opensm/include/complib/cl_debug_osd.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Debug Macros.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.7 $
*/
#ifndef _CL_DEBUG_OSD_H_
diff --git a/opensm/include/complib/cl_dispatcher.h b/opensm/include/complib/cl_dispatcher.h
index 70ba4d4..81aa06f 100644
--- a/opensm/include/complib/cl_dispatcher.h
+++ b/opensm/include/complib/cl_dispatcher.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Declaration of dispatcher abstraction.
- *
- * Environment:
- * All
- *
- * $Revision: 1.4 $
*/
#ifndef _CL_DISPATCHER_H_
diff --git a/opensm/include/complib/cl_event.h b/opensm/include/complib/cl_event.h
index ae9c123..10805fb 100644
--- a/opensm/include/complib/cl_event.h
+++ b/opensm/include/complib/cl_event.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Declaration of event abstraction.
- *
- * Environment:
- * All
- *
- * $Revision: 1.3 $
*/
#ifndef _CL_EVENT_H_
diff --git a/opensm/include/complib/cl_event_osd.h b/opensm/include/complib/cl_event_osd.h
index 92f3da3..541ced0 100644
--- a/opensm/include/complib/cl_event_osd.h
+++ b/opensm/include/complib/cl_event_osd.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Declaration of event object.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.3 $
*/
#ifndef _CL_EVENT_OSD_H_
diff --git a/opensm/include/complib/cl_event_wheel.h b/opensm/include/complib/cl_event_wheel.h
index ba466c6..ac02242 100644
--- a/opensm/include/complib/cl_event_wheel.h
+++ b/opensm/include/complib/cl_event_wheel.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Declaration of event wheel abstraction.
- *
- * Environment:
- * All
- *
- * $Revision: 1.4 $
*/
#ifndef _CL_EVENT_WHEEL_H_
diff --git a/opensm/include/complib/cl_fleximap.h b/opensm/include/complib/cl_fleximap.h
index 423d99a..c9912f1 100644
--- a/opensm/include/complib/cl_fleximap.h
+++ b/opensm/include/complib/cl_fleximap.h
@@ -37,11 +37,6 @@
* Abstract:
* Declaration of flexi map, a binary tree where the caller always provides
* all necessary storage.
- *
- * Environment:
- * All
- *
- * $Revision: 1.3 $
*/
#ifndef _CL_FLEXIMAP_H_
diff --git a/opensm/include/complib/cl_list.h b/opensm/include/complib/cl_list.h
index 353cb70..9c6310a 100644
--- a/opensm/include/complib/cl_list.h
+++ b/opensm/include/complib/cl_list.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Declaration of list.
- *
- * Environment:
- * All
- *
- * $Revision: 1.3 $
*/
#ifndef _CL_LIST_H_
diff --git a/opensm/include/complib/cl_log.h b/opensm/include/complib/cl_log.h
index d790ed3..45c7ec3 100644
--- a/opensm/include/complib/cl_log.h
+++ b/opensm/include/complib/cl_log.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Declaration of logging mechanisms.
- *
- * Environment:
- * All
- *
- * $Revision: 1.3 $
*/
#ifndef _CL_LOG_H_
diff --git a/opensm/include/complib/cl_map.h b/opensm/include/complib/cl_map.h
index a1a48f9..5bf779c 100644
--- a/opensm/include/complib/cl_map.h
+++ b/opensm/include/complib/cl_map.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Declaration of map, a binary tree.
- *
- * Environment:
- * All
- *
- * $Revision: 1.3 $
*/
#ifndef _CL_MAP_H_
diff --git a/opensm/include/complib/cl_math.h b/opensm/include/complib/cl_math.h
index 74f63da..47489bd 100644
--- a/opensm/include/complib/cl_math.h
+++ b/opensm/include/complib/cl_math.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Defines standard math related macros and functions.
- *
- * Environment:
- * All
- *
- * $Revision: 1.3 $
*/
#ifndef _CL_MATH_H_
diff --git a/opensm/include/complib/cl_packoff.h b/opensm/include/complib/cl_packoff.h
index 7b5ab9b..52ee381 100644
--- a/opensm/include/complib/cl_packoff.h
+++ b/opensm/include/complib/cl_packoff.h
@@ -38,11 +38,6 @@
* Turns off byte packing, which is necessary for passing information from
* system to system over a network to ensure no padding by the compiler has
* taken place.
- *
- * Environment:
- * Linux platforms (User mode)
- *
- * $Revision: 1.3 $
*/
#ifdef PACK_SUFFIX
diff --git a/opensm/include/complib/cl_packon.h b/opensm/include/complib/cl_packon.h
index 239e5ee..ffc8e11 100644
--- a/opensm/include/complib/cl_packon.h
+++ b/opensm/include/complib/cl_packon.h
@@ -38,11 +38,6 @@
* Turns on byte packing, which is necessary for passing information from
* system to system over a network to ensure no padding by the compiler has
* taken place.
- *
- * Environment:
- * Linux platforms (User mode)
- *
- * $Revision: 1.3 $
*/
/****h* Component Library/Structure Packing
diff --git a/opensm/include/complib/cl_passivelock.h b/opensm/include/complib/cl_passivelock.h
index b6ba6c8..bafd339 100644
--- a/opensm/include/complib/cl_passivelock.h
+++ b/opensm/include/complib/cl_passivelock.h
@@ -39,11 +39,6 @@
* The passive lock allows multiple readers to access a resource
* simultaneously, exclusive from a single thread allowed writing.
* Several writer threads are allowed - but only one can write at a given time
- *
- * Environment:
- * All
- *
- * $Revision: 1.3 $
*/
#ifndef _CL_PASSIVE_LOCK_H_
diff --git a/opensm/include/complib/cl_pool.h b/opensm/include/complib/cl_pool.h
index 435db48..a9358fd 100644
--- a/opensm/include/complib/cl_pool.h
+++ b/opensm/include/complib/cl_pool.h
@@ -38,11 +38,6 @@
* Declaration of the pool.
* The pool manages a pool of objects.
* The pool can grow to meet demand, limited only by system memory.
- *
- * Environment:
- * All
- *
- * $Revision: 1.3 $
*/
#ifndef _CL_POOL_H_
diff --git a/opensm/include/complib/cl_ptr_vector.h b/opensm/include/complib/cl_ptr_vector.h
index 36df42e..70e4f00 100644
--- a/opensm/include/complib/cl_ptr_vector.h
+++ b/opensm/include/complib/cl_ptr_vector.h
@@ -37,11 +37,6 @@
* Abstract:
* This file contains pointer vector definitions. Pointer Vector provides
* dynmically resizable array functionality.
- *
- * Environment:
- * All
- *
- * $Revision: 1.3 $
*/
#ifndef _CL_PTR_VECTOR_H_
diff --git a/opensm/include/complib/cl_qcomppool.h b/opensm/include/complib/cl_qcomppool.h
index b58c977..9fc2570 100644
--- a/opensm/include/complib/cl_qcomppool.h
+++ b/opensm/include/complib/cl_qcomppool.h
@@ -39,11 +39,6 @@
* manages a pool of composite objects. A composite object is an object
* that is made of multiple sub objects.
* It can grow to meet demand, limited only by system memory.
- *
- * Environment:
- * All
- *
- * $Revision: 1.3 $
*/
#ifndef _CL_QUICK_COMPOSITE_POOL_H_
diff --git a/opensm/include/complib/cl_qlist.h b/opensm/include/complib/cl_qlist.h
index a51b357..9804b85 100644
--- a/opensm/include/complib/cl_qlist.h
+++ b/opensm/include/complib/cl_qlist.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Declaration of quick list.
- *
- * Environment:
- * All
- *
- * $Revision: 1.3 $
*/
#ifndef _CL_QUICK_LIST_H_
diff --git a/opensm/include/complib/cl_qmap.h b/opensm/include/complib/cl_qmap.h
index caf6f0e..75b30d3 100644
--- a/opensm/include/complib/cl_qmap.h
+++ b/opensm/include/complib/cl_qmap.h
@@ -37,11 +37,6 @@
* Abstract:
* Declaration of quick map, a binary tree where the caller always provides
* all necessary storage.
- *
- * Environment:
- * All
- *
- * $Revision: 1.3 $
*/
#ifndef _CL_QMAP_H_
diff --git a/opensm/include/complib/cl_qpool.h b/opensm/include/complib/cl_qpool.h
index 5a38206..ba4eacc 100644
--- a/opensm/include/complib/cl_qpool.h
+++ b/opensm/include/complib/cl_qpool.h
@@ -38,11 +38,6 @@
* Declaration of the quick pool.
* The quick pool manages a pool of objects.
* The pool can grow to meet demand, limited only by system memory.
- *
- * Environment:
- * All
- *
- * $Revision: 1.3 $
*/
#ifndef _CL_QUICK_POOL_H_
diff --git a/opensm/include/complib/cl_spinlock.h b/opensm/include/complib/cl_spinlock.h
index 2e4cdf3..1a04b56 100644
--- a/opensm/include/complib/cl_spinlock.h
+++ b/opensm/include/complib/cl_spinlock.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Declaration of spin lock object.
- *
- * Environment:
- * All
- *
- * $Revision: 1.4 $
*/
#ifndef _CL_SPINLOCK_H_
diff --git a/opensm/include/complib/cl_spinlock_osd.h b/opensm/include/complib/cl_spinlock_osd.h
index bc236c5..beb6405 100644
--- a/opensm/include/complib/cl_spinlock_osd.h
+++ b/opensm/include/complib/cl_spinlock_osd.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Implementation of spin lock object.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _CL_SPINLOCK_OSD_H_
diff --git a/opensm/include/complib/cl_thread.h b/opensm/include/complib/cl_thread.h
index 38ffc93..eaa784f 100644
--- a/opensm/include/complib/cl_thread.h
+++ b/opensm/include/complib/cl_thread.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Declaration of thread abstraction and thread related operations.
- *
- * Environment:
- * All
- *
- * $Revision: 1.7 $
*/
#ifndef _CL_THREAD_H_
diff --git a/opensm/include/complib/cl_thread_osd.h b/opensm/include/complib/cl_thread_osd.h
index 12fbf1a..6be9a12 100644
--- a/opensm/include/complib/cl_thread_osd.h
+++ b/opensm/include/complib/cl_thread_osd.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Declaration of thread abstraction and thread related operations.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _CL_THREAD_OSD_H_
diff --git a/opensm/include/complib/cl_threadpool.h b/opensm/include/complib/cl_threadpool.h
index bd4648a..e9b2c78 100644
--- a/opensm/include/complib/cl_threadpool.h
+++ b/opensm/include/complib/cl_threadpool.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Declaration of thread pool.
- *
- * Environment:
- * All
- *
- * $Revision: 1.3 $
*/
#ifndef _CL_THREAD_POOL_H_
diff --git a/opensm/include/complib/cl_timer.h b/opensm/include/complib/cl_timer.h
index 0457536..194e374 100644
--- a/opensm/include/complib/cl_timer.h
+++ b/opensm/include/complib/cl_timer.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Declaration of timer abstraction.
- *
- * Environment:
- * All
- *
- * $Revision: 1.3 $
*/
#ifndef _CL_TIMER_H_
diff --git a/opensm/include/complib/cl_timer_osd.h b/opensm/include/complib/cl_timer_osd.h
index 9d5b49a..ed36fea 100644
--- a/opensm/include/complib/cl_timer_osd.h
+++ b/opensm/include/complib/cl_timer_osd.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Declaration of timer object.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.3 $
*/
#ifndef _CL_TIMER_OSD_H_
diff --git a/opensm/include/complib/cl_types.h b/opensm/include/complib/cl_types.h
index 6969fdd..283075f 100644
--- a/opensm/include/complib/cl_types.h
+++ b/opensm/include/complib/cl_types.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Defines standard return codes, keywords, macros, and debug levels.
- *
- * Environment:
- * All supported platforms
- *
- * $Revision: 1.4 $
*/
#ifdef __WIN__
diff --git a/opensm/include/complib/cl_types_osd.h b/opensm/include/complib/cl_types_osd.h
index fe7e829..d12aa4c 100644
--- a/opensm/include/complib/cl_types_osd.h
+++ b/opensm/include/complib/cl_types_osd.h
@@ -39,11 +39,6 @@
* exported sizes are int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t
* int64_t, uint64_t. uintn_t is a polymorphic type, size is native size and
* also size of the pointer.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.7 $
*/
#ifndef _CL_TYPES_OSD_H_
diff --git a/opensm/include/complib/cl_vector.h b/opensm/include/complib/cl_vector.h
index e1e8ca7..8c7fa0a 100644
--- a/opensm/include/complib/cl_vector.h
+++ b/opensm/include/complib/cl_vector.h
@@ -38,11 +38,6 @@
* This file contains vector definitions. Vector provides dynmically
* resizable array functionality. Objects in a Vector are not relocated
* when the array is resized.
- *
- * Environment:
- * All
- *
- * $Revision: 1.3 $
*/
#ifndef _CL_VECTOR_H_
diff --git a/opensm/include/opensm/osm_attrib_req.h b/opensm/include/opensm/osm_attrib_req.h
index be993a5..4cf1ce3 100644
--- a/opensm/include/opensm/osm_attrib_req.h
+++ b/opensm/include/opensm/osm_attrib_req.h
@@ -53,11 +53,6 @@ BEGIN_C_DECLS
* encapsulates information needed by the generic request controller
* to request an attribute from a node.
* These objects are part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
/****h* OpenSM/Attribute Request
* NAME
diff --git a/opensm/include/opensm/osm_base.h b/opensm/include/opensm/osm_base.h
index 43ec033..d07ad8c 100644
--- a/opensm/include/opensm/osm_base.h
+++ b/opensm/include/opensm/osm_base.h
@@ -38,11 +38,6 @@
* Basic OpenSM definitions and structures.
* This object represents an OpenSM "base class".
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.15 $
*/
#ifndef _OSM_BASE_H_
diff --git a/opensm/include/opensm/osm_console_io.h b/opensm/include/opensm/osm_console_io.h
index a70ace8..f8f10a5 100644
--- a/opensm/include/opensm/osm_console_io.h
+++ b/opensm/include/opensm/osm_console_io.h
@@ -35,11 +35,6 @@
* Declaration of osm_console_t.
* This object represents the OpenSM Console object.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.0 $
*/
#ifndef _OSM_CONSOLE_IO_H_
diff --git a/opensm/include/opensm/osm_db.h b/opensm/include/opensm/osm_db.h
index eb05f45..a35bae8 100644
--- a/opensm/include/opensm/osm_db.h
+++ b/opensm/include/opensm/osm_db.h
@@ -39,8 +39,6 @@
/*
* Abstract:
* Declaration of the DB interface.
- *
- * $Revision: 1.4 $
*/
#include <complib/cl_list.h>
diff --git a/opensm/include/opensm/osm_errors.h b/opensm/include/opensm/osm_errors.h
index 2c7a9ba..aff4300 100644
--- a/opensm/include/opensm/osm_errors.h
+++ b/opensm/include/opensm/osm_errors.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Declaration of error code ranges for the various OpenSM modules.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_ERRORS_H_
diff --git a/opensm/include/opensm/osm_fwd_tbl.h b/opensm/include/opensm/osm_fwd_tbl.h
index 789d633..2bdd8b7 100644
--- a/opensm/include/opensm/osm_fwd_tbl.h
+++ b/opensm/include/opensm/osm_fwd_tbl.h
@@ -38,11 +38,6 @@
* Declaration of osm_fwd_tbl_t.
* This object represents a unicast forwarding table.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_FWD_TBL_H_
diff --git a/opensm/include/opensm/osm_helper.h b/opensm/include/opensm/osm_helper.h
index bd885d7..09dd5b8 100644
--- a/opensm/include/opensm/osm_helper.h
+++ b/opensm/include/opensm/osm_helper.h
@@ -55,11 +55,6 @@ BEGIN_C_DECLS
/*
* Abstract:
* Declaration of helpful functions.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.7 $
*/
/****f* OpenSM: Helper/ib_get_sa_method_str
* NAME
diff --git a/opensm/include/opensm/osm_inform.h b/opensm/include/opensm/osm_inform.h
index 5da513e..67d1c61 100644
--- a/opensm/include/opensm/osm_inform.h
+++ b/opensm/include/opensm/osm_inform.h
@@ -39,13 +39,8 @@
* This object represents an IBA Inform Record.
* This object is part of the OpenSM family of objects.
*
- * Environment:
- * Linux User Mode
- *
* Author:
* Eitan Zahavi, Mellanox
- *
- * $Revision: 1.5 $
*/
#ifndef _OSM_INFR_H_
diff --git a/opensm/include/opensm/osm_lid_mgr.h b/opensm/include/opensm/osm_lid_mgr.h
index 15b230f..7d6b84c 100644
--- a/opensm/include/opensm/osm_lid_mgr.h
+++ b/opensm/include/opensm/osm_lid_mgr.h
@@ -38,11 +38,6 @@
* Declaration of osm_lid_mgr_t.
* This object represents the LID Manager object.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_LID_MGR_H_
diff --git a/opensm/include/opensm/osm_lin_fwd_tbl.h b/opensm/include/opensm/osm_lin_fwd_tbl.h
index c3db69a..6c64c09 100644
--- a/opensm/include/opensm/osm_lin_fwd_tbl.h
+++ b/opensm/include/opensm/osm_lin_fwd_tbl.h
@@ -38,11 +38,6 @@
* Declaration of osm_lin_fwd_tbl_t.
* This object represents a linear forwarding table.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_LIN_FWD_TBL_H_
diff --git a/opensm/include/opensm/osm_log.h b/opensm/include/opensm/osm_log.h
index 48fb15e..f90aa9b 100644
--- a/opensm/include/opensm/osm_log.h
+++ b/opensm/include/opensm/osm_log.h
@@ -38,11 +38,6 @@
* Declaration of osm_log_t.
* This object represents the log file.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.6 $
*/
#ifndef _OSM_LOG_H_
diff --git a/opensm/include/opensm/osm_mad_pool.h b/opensm/include/opensm/osm_mad_pool.h
index e3234f4..3f5df01 100644
--- a/opensm/include/opensm/osm_mad_pool.h
+++ b/opensm/include/opensm/osm_mad_pool.h
@@ -38,11 +38,6 @@
* Declaration of osm_mad_pool_t.
* This object represents a pool of management datagram (MAD) objects.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#ifndef _OSM_MAD_POOL_H_
diff --git a/opensm/include/opensm/osm_madw.h b/opensm/include/opensm/osm_madw.h
index f957a99..4664374 100644
--- a/opensm/include/opensm/osm_madw.h
+++ b/opensm/include/opensm/osm_madw.h
@@ -38,11 +38,6 @@
* Declaration of osm_mad_wrapper_t.
* This object represents the context wrapper for OpenSM MAD processing.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#ifndef _OSM_MADW_H_
diff --git a/opensm/include/opensm/osm_mcast_tbl.h b/opensm/include/opensm/osm_mcast_tbl.h
index 46a41ec..3aa5aa9 100644
--- a/opensm/include/opensm/osm_mcast_tbl.h
+++ b/opensm/include/opensm/osm_mcast_tbl.h
@@ -38,11 +38,6 @@
* Declaration of osm_mcast_tbl_t.
* This object represents a multicast forwarding table.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#ifndef _OSM_MCAST_TBL_H_
diff --git a/opensm/include/opensm/osm_mcm_info.h b/opensm/include/opensm/osm_mcm_info.h
index 202839d..2f5eb11 100644
--- a/opensm/include/opensm/osm_mcm_info.h
+++ b/opensm/include/opensm/osm_mcm_info.h
@@ -38,11 +38,6 @@
* Declaration of osm_mcm_info_t.
* This object represents a Multicast Forwarding Information object.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_MCM_INFO_H_
diff --git a/opensm/include/opensm/osm_mcm_port.h b/opensm/include/opensm/osm_mcm_port.h
index da3ca15..e8c560e 100644
--- a/opensm/include/opensm/osm_mcm_port.h
+++ b/opensm/include/opensm/osm_mcm_port.h
@@ -38,11 +38,6 @@
* Declaration of osm_mcm_port_t.
* This object represents the membership of a port in a multicast group.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_MCM_PORT_H_
diff --git a/opensm/include/opensm/osm_msgdef.h b/opensm/include/opensm/osm_msgdef.h
index 0dee6b9..dbf3e53 100644
--- a/opensm/include/opensm/osm_msgdef.h
+++ b/opensm/include/opensm/osm_msgdef.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Declaration of Dispatcher message values.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#ifndef _OSM_MSGDEF_H_
diff --git a/opensm/include/opensm/osm_mtree.h b/opensm/include/opensm/osm_mtree.h
index d1d719e..e9d663c 100644
--- a/opensm/include/opensm/osm_mtree.h
+++ b/opensm/include/opensm/osm_mtree.h
@@ -38,11 +38,6 @@
* Declaration of osm_mtree_t.
* This object represents multicast spanning tree.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_MTREE_H_
diff --git a/opensm/include/opensm/osm_multicast.h b/opensm/include/opensm/osm_multicast.h
index f442a45..ce827d1 100644
--- a/opensm/include/opensm/osm_multicast.h
+++ b/opensm/include/opensm/osm_multicast.h
@@ -38,11 +38,6 @@
* Declaration of osm_mgrp_t.
* This object represents an IBA Multicast Group.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_MULTICAST_H_
diff --git a/opensm/include/opensm/osm_node.h b/opensm/include/opensm/osm_node.h
index 56e4dbb..a679f65 100644
--- a/opensm/include/opensm/osm_node.h
+++ b/opensm/include/opensm/osm_node.h
@@ -38,11 +38,6 @@
* Declaration of osm_node_t.
* This object represents an IBA node.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_NODE_H_
diff --git a/opensm/include/opensm/osm_opensm.h b/opensm/include/opensm/osm_opensm.h
index a545a91..92e4238 100644
--- a/opensm/include/opensm/osm_opensm.h
+++ b/opensm/include/opensm/osm_opensm.h
@@ -38,11 +38,6 @@
* Declaration of osm_opensm_t.
* This object represents the OpenSM super object.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.6 $
*/
#ifndef _OSM_OPENSM_H_
diff --git a/opensm/include/opensm/osm_partition.h b/opensm/include/opensm/osm_partition.h
index 326aeb6..6ddb8ae 100644
--- a/opensm/include/opensm/osm_partition.h
+++ b/opensm/include/opensm/osm_partition.h
@@ -38,11 +38,6 @@
* Declaration of osm_prtn_t.
* This object represents an IBA Partition.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_PARTITION_H_
diff --git a/opensm/include/opensm/osm_path.h b/opensm/include/opensm/osm_path.h
index e26036c..33c5667 100644
--- a/opensm/include/opensm/osm_path.h
+++ b/opensm/include/opensm/osm_path.h
@@ -53,11 +53,6 @@ BEGIN_C_DECLS
* Abstract:
* Declaration of path related objects.
* These objects are part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
/****h* OpenSM/DR Path
* NAME
diff --git a/opensm/include/opensm/osm_pkey.h b/opensm/include/opensm/osm_pkey.h
index c1cdcc6..54bfcd9 100644
--- a/opensm/include/opensm/osm_pkey.h
+++ b/opensm/include/opensm/osm_pkey.h
@@ -64,11 +64,6 @@ struct _osm_physp;
/*
* Abstract:
* Declaration of pkey manipulation functions.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.1 $
*/
/****s* OpenSM: osm_pkey_tbl_t
diff --git a/opensm/include/opensm/osm_pkey_mgr.h b/opensm/include/opensm/osm_pkey_mgr.h
index 0832350..91587bd 100644
--- a/opensm/include/opensm/osm_pkey_mgr.h
+++ b/opensm/include/opensm/osm_pkey_mgr.h
@@ -36,11 +36,6 @@
* Abstract:
* Prototype for osm_pkey_mgr_process() function
* This is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_PKEY_MGR_H_
diff --git a/opensm/include/opensm/osm_port.h b/opensm/include/opensm/osm_port.h
index a9bf78f..3d501d8 100644
--- a/opensm/include/opensm/osm_port.h
+++ b/opensm/include/opensm/osm_port.h
@@ -38,11 +38,6 @@
* Declaration of port related objects.
* These objects comprise an IBA port.
* These objects are part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.8 $
*/
#ifndef _OSM_PORT_H_
diff --git a/opensm/include/opensm/osm_port_profile.h b/opensm/include/opensm/osm_port_profile.h
index bbb59ef..d735388 100644
--- a/opensm/include/opensm/osm_port_profile.h
+++ b/opensm/include/opensm/osm_port_profile.h
@@ -38,11 +38,6 @@
* Declaration of Switch/osm_port_profile_t.
* This object represents a port profile for an IBA switch.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.7 $
*/
#ifndef _OSM_PORT_PROFILE_H_
diff --git a/opensm/include/opensm/osm_qos_policy.h b/opensm/include/opensm/osm_qos_policy.h
index f5815d8..d57a40a 100644
--- a/opensm/include/opensm/osm_qos_policy.h
+++ b/opensm/include/opensm/osm_qos_policy.h
@@ -37,9 +37,6 @@
* Abstract:
* Declaration of OSM QoS Policy data types and functions.
*
- * Environment:
- * Linux User Mode
- *
* Author:
* Yevgeny Kliteynik, Mellanox
*/
diff --git a/opensm/include/opensm/osm_rand_fwd_tbl.h b/opensm/include/opensm/osm_rand_fwd_tbl.h
index 8f46ef2..c7c4586 100644
--- a/opensm/include/opensm/osm_rand_fwd_tbl.h
+++ b/opensm/include/opensm/osm_rand_fwd_tbl.h
@@ -38,11 +38,6 @@
* Declaration of osm_switch_t.
* This object represents an IBA switch.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_RAND_FWD_TBL_H_
diff --git a/opensm/include/opensm/osm_remote_sm.h b/opensm/include/opensm/osm_remote_sm.h
index 4c5f67c..1bdc6cb 100644
--- a/opensm/include/opensm/osm_remote_sm.h
+++ b/opensm/include/opensm/osm_remote_sm.h
@@ -38,11 +38,6 @@
* Declaration of osm_sm_t, osm_remote_sm_t.
* This object represents an IBA subnet.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_REMOTE_SM_H_
diff --git a/opensm/include/opensm/osm_router.h b/opensm/include/opensm/osm_router.h
index e7d2294..7ba6b3d 100644
--- a/opensm/include/opensm/osm_router.h
+++ b/opensm/include/opensm/osm_router.h
@@ -38,10 +38,6 @@
* Declaration of osm_router_t.
* This object represents an IBA router.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
*/
#ifndef _OSM_ROUTER_H_
diff --git a/opensm/include/opensm/osm_sa.h b/opensm/include/opensm/osm_sa.h
index 370e4e0..eff991b 100644
--- a/opensm/include/opensm/osm_sa.h
+++ b/opensm/include/opensm/osm_sa.h
@@ -38,11 +38,6 @@
* Declaration of osm_sa_t.
* This object represents an IBA subnet.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.6 $
*/
#ifndef _OSM_SA_H_
diff --git a/opensm/include/opensm/osm_sa_mad_ctrl.h b/opensm/include/opensm/osm_sa_mad_ctrl.h
index a51c0b6..1fde803 100644
--- a/opensm/include/opensm/osm_sa_mad_ctrl.h
+++ b/opensm/include/opensm/osm_sa_mad_ctrl.h
@@ -39,11 +39,6 @@
* This object represents a controller that receives the IBA SA
* attributes from a node.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_SA_MAD_CTRL_H_
diff --git a/opensm/include/opensm/osm_service.h b/opensm/include/opensm/osm_service.h
index 82b6e52..d1dc506 100644
--- a/opensm/include/opensm/osm_service.h
+++ b/opensm/include/opensm/osm_service.h
@@ -41,11 +41,6 @@
* Declaration of osm_service_rec_t.
* This object represents an IBA Service Record.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#include <iba/ib_types.h>
diff --git a/opensm/include/opensm/osm_sm.h b/opensm/include/opensm/osm_sm.h
index f4339e4..eaabefe 100644
--- a/opensm/include/opensm/osm_sm.h
+++ b/opensm/include/opensm/osm_sm.h
@@ -38,11 +38,6 @@
* Declaration of osm_sm_t.
* This object represents an IBA subnet.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#ifndef _OSM_SM_H_
diff --git a/opensm/include/opensm/osm_sm_mad_ctrl.h b/opensm/include/opensm/osm_sm_mad_ctrl.h
index ccacb93..adf68b9 100644
--- a/opensm/include/opensm/osm_sm_mad_ctrl.h
+++ b/opensm/include/opensm/osm_sm_mad_ctrl.h
@@ -39,11 +39,6 @@
* This object represents a controller that receives the IBA NodeInfo
* attribute from a node.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_SM_MAD_CTRL_H_
diff --git a/opensm/include/opensm/osm_stats.h b/opensm/include/opensm/osm_stats.h
index ecd752b..ad50d5a 100644
--- a/opensm/include/opensm/osm_stats.h
+++ b/opensm/include/opensm/osm_stats.h
@@ -38,11 +38,6 @@
* Declaration of osm_stats_t.
* This object represents the OpenSM statistics object.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_STATS_H_
diff --git a/opensm/include/opensm/osm_subnet.h b/opensm/include/opensm/osm_subnet.h
index 1b862c0..338b274 100644
--- a/opensm/include/opensm/osm_subnet.h
+++ b/opensm/include/opensm/osm_subnet.h
@@ -38,11 +38,6 @@
* Declaration of osm_subn_t.
* This object represents an IBA subnet.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.12 $
*/
#ifndef _OSM_SUBNET_H_
diff --git a/opensm/include/opensm/osm_sweep_fail_ctrl.h b/opensm/include/opensm/osm_sweep_fail_ctrl.h
index 28ae7a6..fccc5fa 100644
--- a/opensm/include/opensm/osm_sweep_fail_ctrl.h
+++ b/opensm/include/opensm/osm_sweep_fail_ctrl.h
@@ -39,11 +39,6 @@
* This object represents a controller that
* handles transport failures during sweeps.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_SWEEP_FAIL_CTRL_H_
diff --git a/opensm/include/opensm/osm_switch.h b/opensm/include/opensm/osm_switch.h
index 904a61d..f5455af 100644
--- a/opensm/include/opensm/osm_switch.h
+++ b/opensm/include/opensm/osm_switch.h
@@ -38,11 +38,6 @@
* Declaration of osm_switch_t.
* This object represents an IBA switch.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.6 $
*/
#ifndef _OSM_SWITCH_H_
diff --git a/opensm/include/opensm/osm_ucast_mgr.h b/opensm/include/opensm/osm_ucast_mgr.h
index 0317c93..478078d 100644
--- a/opensm/include/opensm/osm_ucast_mgr.h
+++ b/opensm/include/opensm/osm_ucast_mgr.h
@@ -38,11 +38,6 @@
* Declaration of osm_ucast_mgr_t.
* This object represents the Unicast Manager object.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_UCAST_MGR_H_
diff --git a/opensm/include/opensm/osm_vl15intf.h b/opensm/include/opensm/osm_vl15intf.h
index 75dfd11..7453de8 100644
--- a/opensm/include/opensm/osm_vl15intf.h
+++ b/opensm/include/opensm/osm_vl15intf.h
@@ -38,11 +38,6 @@
* Declaration of osm_vl15_t.
* This object represents an IBA subnet.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#ifndef _OSM_VL15INTF_H_
diff --git a/opensm/include/vendor/osm_pkt_randomizer.h b/opensm/include/vendor/osm_pkt_randomizer.h
index 0c831e0..5a8ef5f 100644
--- a/opensm/include/vendor/osm_pkt_randomizer.h
+++ b/opensm/include/vendor/osm_pkt_randomizer.h
@@ -38,11 +38,6 @@
* Declaration of osm_subn_t.
* This object represents an IBA subnet.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.12 $
*/
#ifndef _OSM_PKT_RANDOMIZER_H_
diff --git a/opensm/include/vendor/osm_umadt.h b/opensm/include/vendor/osm_umadt.h
index 809f478..129627d 100644
--- a/opensm/include/vendor/osm_umadt.h
+++ b/opensm/include/vendor/osm_umadt.h
@@ -38,11 +38,6 @@
* Declaration of osm_mad_wrapper_t.
* This object represents the context wrapper for OpenSM MAD processing.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_UMADT_h_
diff --git a/opensm/include/vendor/osm_vendor.h b/opensm/include/vendor/osm_vendor.h
index eb7665e..747c090 100644
--- a/opensm/include/vendor/osm_vendor.h
+++ b/opensm/include/vendor/osm_vendor.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Include file used by OpenSM to pull in the correct vendor file.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.6 $
*/
/*
diff --git a/opensm/include/vendor/osm_vendor_al.h b/opensm/include/vendor/osm_vendor_al.h
index 1f80006..e7371c9 100644
--- a/opensm/include/vendor/osm_vendor_al.h
+++ b/opensm/include/vendor/osm_vendor_al.h
@@ -38,11 +38,6 @@
* Declaration of osm_mad_wrapper_t.
* This object represents the context wrapper for OpenSM MAD processing.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_VENDOR_AL_H_
diff --git a/opensm/include/vendor/osm_vendor_api.h b/opensm/include/vendor/osm_vendor_api.h
index 8e3011d..70eb6cc 100644
--- a/opensm/include/vendor/osm_vendor_api.h
+++ b/opensm/include/vendor/osm_vendor_api.h
@@ -37,11 +37,6 @@
* Abstract:
* Specification of the OpenSM transport API. This API is OpenSM's view
* of the Infiniband transport.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_VENDOR_API_H_
diff --git a/opensm/include/vendor/osm_vendor_mtl.h b/opensm/include/vendor/osm_vendor_mtl.h
index e740b2e..df48260 100644
--- a/opensm/include/vendor/osm_vendor_mtl.h
+++ b/opensm/include/vendor/osm_vendor_mtl.h
@@ -37,11 +37,6 @@
* Abstract:
* Definition of interface for the MTL Vendor
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.3 $
*/
#ifndef _OSM_VENDOR_MTL_H_
diff --git a/opensm/include/vendor/osm_vendor_mtl_hca_guid.h b/opensm/include/vendor/osm_vendor_mtl_hca_guid.h
index 59bfad5..1b3da88 100644
--- a/opensm/include/vendor/osm_vendor_mtl_hca_guid.h
+++ b/opensm/include/vendor/osm_vendor_mtl_hca_guid.h
@@ -37,11 +37,6 @@
* Abstract:
* Provides interface over VAPI for obtaining the local ports guids or from guid
* obtaining the HCA and port number.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.3 $
*/
#ifndef _OSM_VENDOR_HCA_GUID_H_
diff --git a/opensm/include/vendor/osm_vendor_mtl_transaction_mgr.h b/opensm/include/vendor/osm_vendor_mtl_transaction_mgr.h
index bdd0714..6ec5b86 100644
--- a/opensm/include/vendor/osm_vendor_mtl_transaction_mgr.h
+++ b/opensm/include/vendor/osm_vendor_mtl_transaction_mgr.h
@@ -37,11 +37,6 @@
* Abstract:
* Definition of interface for the MTL Vendor
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_TRANSACTION_MGR_H_
diff --git a/opensm/include/vendor/osm_vendor_sa_api.h b/opensm/include/vendor/osm_vendor_sa_api.h
index 3de7fe3..4a4eeaf 100644
--- a/opensm/include/vendor/osm_vendor_sa_api.h
+++ b/opensm/include/vendor/osm_vendor_sa_api.h
@@ -37,11 +37,6 @@
* Abstract:
* Specification of the OpenSM SA Client API. This API uses the basic osm
* vendor API to provide SA Client interface.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_VENDOR_SA_API_H_
diff --git a/opensm/include/vendor/osm_vendor_select.h b/opensm/include/vendor/osm_vendor_select.h
index 5bd6ba6..8dcc05b 100644
--- a/opensm/include/vendor/osm_vendor_select.h
+++ b/opensm/include/vendor/osm_vendor_select.h
@@ -36,11 +36,6 @@
/*
* Abstract:
* Include file that defines which vendor files to compile.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.6 $
*/
#ifndef _OSM_VENDOR_SELECT_H_
diff --git a/opensm/include/vendor/osm_vendor_test.h b/opensm/include/vendor/osm_vendor_test.h
index 26e6314..a1ae1eb 100644
--- a/opensm/include/vendor/osm_vendor_test.h
+++ b/opensm/include/vendor/osm_vendor_test.h
@@ -57,11 +57,6 @@ BEGIN_C_DECLS
* This is the "Test" vendor which allows compilation and some
* testing without a real vendor interface.
* These objects are part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
/****h* OpenSM/Vendor Test
* NAME
diff --git a/opensm/include/vendor/osm_vendor_ts.h b/opensm/include/vendor/osm_vendor_ts.h
index 2c46fb9..a43f4e4 100644
--- a/opensm/include/vendor/osm_vendor_ts.h
+++ b/opensm/include/vendor/osm_vendor_ts.h
@@ -37,11 +37,6 @@
* Abstract:
* Definition of interface for the TS Vendor
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.3 $
*/
#ifndef _OSM_VENDOR_TS_H_
diff --git a/opensm/include/vendor/osm_vendor_umadt.h b/opensm/include/vendor/osm_vendor_umadt.h
index 68b7dfb..8cdb631 100644
--- a/opensm/include/vendor/osm_vendor_umadt.h
+++ b/opensm/include/vendor/osm_vendor_umadt.h
@@ -38,11 +38,6 @@
* Declaration of osm_mad_wrapper_t.
* This object represents the context wrapper for OpenSM MAD processing.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#ifndef _OSM_VENDOR_UMADT_h_
diff --git a/opensm/opensm/main.c b/opensm/opensm/main.c
index 05b3dd5..040a0d7 100644
--- a/opensm/opensm/main.c
+++ b/opensm/opensm/main.c
@@ -36,12 +36,8 @@
/*
* Abstract:
* Command line interface for opensm.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.23 $
*/
+
#if HAVE_CONFIG_H
# include <config.h>
#endif /* HAVE_CONFIG_H */
diff --git a/opensm/opensm/osm_console_io.c b/opensm/opensm/osm_console_io.c
index 0e788d6..ee0b632 100644
--- a/opensm/opensm/osm_console_io.c
+++ b/opensm/opensm/osm_console_io.c
@@ -30,6 +30,7 @@
* SOFTWARE.
*
*/
+
/*
* Abstract:
* Provide a framework for the Console which decouples the connection
@@ -37,11 +38,6 @@
*
* Extensible - allows a variety of connection methods independent of
* the console commands.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.0 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_db_files.c b/opensm/opensm/osm_db_files.c
index ce61980..1d1aaab 100644
--- a/opensm/opensm/osm_db_files.c
+++ b/opensm/opensm/osm_db_files.c
@@ -35,9 +35,7 @@
/*
* Abstract:
- * Implemntation of the osm_db interface using simple text files
- *
- * $Revision: 1.4 $
+ * Implementation of the osm_db interface using simple text files
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_drop_mgr.c b/opensm/opensm/osm_drop_mgr.c
index f9b0b00..e2f5828 100644
--- a/opensm/opensm/osm_drop_mgr.c
+++ b/opensm/opensm/osm_drop_mgr.c
@@ -38,11 +38,6 @@
* Implementation of osm_drop_mgr_t.
* This object represents the Drop Manager object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.7 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_fwd_tbl.c b/opensm/opensm/osm_fwd_tbl.c
index 433656b..2ea74af 100644
--- a/opensm/opensm/osm_fwd_tbl.c
+++ b/opensm/opensm/osm_fwd_tbl.c
@@ -38,11 +38,6 @@
* Implementation of osm_fwd_tbl_t.
* This object represents a unicast forwarding table.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_helper.c b/opensm/opensm/osm_helper.c
index 15cc2e9..1b20638 100644
--- a/opensm/opensm/osm_helper.c
+++ b/opensm/opensm/osm_helper.c
@@ -36,11 +36,6 @@
/*
* Abstract:
* Implementation of opensm helper functions.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.19 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_inform.c b/opensm/opensm/osm_inform.c
index 9553f7f..7782f02 100644
--- a/opensm/opensm/osm_inform.c
+++ b/opensm/opensm/osm_inform.c
@@ -36,11 +36,6 @@
/*
* Abstract:
* Implementation of inform record functions.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.18 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_lid_mgr.c b/opensm/opensm/osm_lid_mgr.c
index ed6f7a5..1ad9ef0 100644
--- a/opensm/opensm/osm_lid_mgr.c
+++ b/opensm/opensm/osm_lid_mgr.c
@@ -74,11 +74,6 @@
* 3.2 if any change send the signal PENDING...
*
* 4. Store the guid2lid
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.15 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_lin_fwd_rcv.c b/opensm/opensm/osm_lin_fwd_rcv.c
index 18be6a3..c0ec72d 100644
--- a/opensm/opensm/osm_lin_fwd_rcv.c
+++ b/opensm/opensm/osm_lin_fwd_rcv.c
@@ -38,11 +38,6 @@
* Implementation of osm_lft_rcv_t.
* This object represents the NodeDescription Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_lin_fwd_tbl.c b/opensm/opensm/osm_lin_fwd_tbl.c
index 438e3c3..5c969c7 100644
--- a/opensm/opensm/osm_lin_fwd_tbl.c
+++ b/opensm/opensm/osm_lin_fwd_tbl.c
@@ -38,11 +38,6 @@
* Implementation of osm_lin_fwd_tbl_t.
* This object represents an linear forwarding table.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_link_mgr.c b/opensm/opensm/osm_link_mgr.c
index e4ba93e..3454024 100644
--- a/opensm/opensm/osm_link_mgr.c
+++ b/opensm/opensm/osm_link_mgr.c
@@ -37,11 +37,6 @@
* Abstract:
* Implementation of osm_link_mgr_t.
* This file implements the Link Manager object.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.15 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_log.c b/opensm/opensm/osm_log.c
index 727aabc..e10c5ea 100644
--- a/opensm/opensm/osm_log.c
+++ b/opensm/opensm/osm_log.c
@@ -38,11 +38,6 @@
* Implementation of osm_log_t.
* This object represents the log file.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.8 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_mad_pool.c b/opensm/opensm/osm_mad_pool.c
index a7769d4..3341052 100644
--- a/opensm/opensm/osm_mad_pool.c
+++ b/opensm/opensm/osm_mad_pool.c
@@ -38,11 +38,6 @@
* Implementation of osm_mad_pool_t.
* This object represents a pool of management datagram (MAD) objects.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_mcast_fwd_rcv.c b/opensm/opensm/osm_mcast_fwd_rcv.c
index 8c75254..b2f491f 100644
--- a/opensm/opensm/osm_mcast_fwd_rcv.c
+++ b/opensm/opensm/osm_mcast_fwd_rcv.c
@@ -38,11 +38,6 @@
* Implementation of osm_mft_rcv_t.
* This object represents the Multicast Forwarding Table Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_mcast_mgr.c b/opensm/opensm/osm_mcast_mgr.c
index a6185fe..75afbbb 100644
--- a/opensm/opensm/osm_mcast_mgr.c
+++ b/opensm/opensm/osm_mcast_mgr.c
@@ -37,11 +37,6 @@
* Abstract:
* Implementation of osm_mcast_mgr_t.
* This file implements the Multicast Manager object.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.9 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_mcast_tbl.c b/opensm/opensm/osm_mcast_tbl.c
index 8715869..92fbb63 100644
--- a/opensm/opensm/osm_mcast_tbl.c
+++ b/opensm/opensm/osm_mcast_tbl.c
@@ -38,11 +38,6 @@
* Implementation of osm_mcast_tbl_t.
* This object represents an multicast forwarding table.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_mcm_info.c b/opensm/opensm/osm_mcm_info.c
index 5d5d3a9..0325a34 100644
--- a/opensm/opensm/osm_mcm_info.c
+++ b/opensm/opensm/osm_mcm_info.c
@@ -38,11 +38,6 @@
* Declaration of osm_mcm_info_t.
* This object represents a Multicast Forwarding Information object.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_mcm_port.c b/opensm/opensm/osm_mcm_port.c
index 1dac7fe..d68cf65 100644
--- a/opensm/opensm/osm_mcm_port.c
+++ b/opensm/opensm/osm_mcm_port.c
@@ -38,11 +38,6 @@
* Implementation of osm_mcm_port_t.
* This object represents the membership of a port in a multicast group.
* This object is part of the OpenSM family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_mtree.c b/opensm/opensm/osm_mtree.c
index 397a8ee..2a24c6d 100644
--- a/opensm/opensm/osm_mtree.c
+++ b/opensm/opensm/osm_mtree.c
@@ -37,11 +37,6 @@
* Abstract:
* Implementation of osm_mtree_node_t.
* This file implements the Multicast Tree object.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_multicast.c b/opensm/opensm/osm_multicast.c
index a07e5da..77e61ad 100644
--- a/opensm/opensm/osm_multicast.c
+++ b/opensm/opensm/osm_multicast.c
@@ -36,11 +36,6 @@
/*
* Abstract:
* Implementation of multicast functions.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_node.c b/opensm/opensm/osm_node.c
index 0ebaf90..d99c656 100644
--- a/opensm/opensm/osm_node.c
+++ b/opensm/opensm/osm_node.c
@@ -38,11 +38,6 @@
* Implementation of osm_node_t.
* This object represents an Infiniband Node.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_node_desc_rcv.c b/opensm/opensm/osm_node_desc_rcv.c
index 4a22aab..d848513 100644
--- a/opensm/opensm/osm_node_desc_rcv.c
+++ b/opensm/opensm/osm_node_desc_rcv.c
@@ -38,11 +38,6 @@
* Implementation of osm_nd_rcv_t.
* This object represents the NodeDescription Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_node_info_rcv.c b/opensm/opensm/osm_node_info_rcv.c
index 6818e05..2bccf33 100644
--- a/opensm/opensm/osm_node_info_rcv.c
+++ b/opensm/opensm/osm_node_info_rcv.c
@@ -38,11 +38,6 @@
* Implementation of osm_ni_rcv_t.
* This object represents the NodeInfo Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.9 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_opensm.c b/opensm/opensm/osm_opensm.c
index abe55b5..167caab 100644
--- a/opensm/opensm/osm_opensm.c
+++ b/opensm/opensm/osm_opensm.c
@@ -38,11 +38,6 @@
* Implementation of osm_opensm_t.
* This object represents the opensm super object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.7 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_pkey.c b/opensm/opensm/osm_pkey.c
index c3b8394..2b2ea36 100644
--- a/opensm/opensm/osm_pkey.c
+++ b/opensm/opensm/osm_pkey.c
@@ -36,11 +36,6 @@
/*
* Abstract:
* Implementation of opensm pkey manipulation functions.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.1 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_pkey_mgr.c b/opensm/opensm/osm_pkey_mgr.c
index 0e94df4..04fb18b 100644
--- a/opensm/opensm/osm_pkey_mgr.c
+++ b/opensm/opensm/osm_pkey_mgr.c
@@ -37,11 +37,6 @@
* Abstract:
* Implementation of the P_Key Manager (Partititon Manager).
* This is part of the OpenSM.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.7 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_port.c b/opensm/opensm/osm_port.c
index d66e6be..18f1ef2 100644
--- a/opensm/opensm/osm_port.c
+++ b/opensm/opensm/osm_port.c
@@ -38,11 +38,6 @@
* Implementation of osm_physp_t.
* This object represents an Infiniband Port.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.7 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_port_info_rcv.c b/opensm/opensm/osm_port_info_rcv.c
index 98d367b..c2ddfb0 100644
--- a/opensm/opensm/osm_port_info_rcv.c
+++ b/opensm/opensm/osm_port_info_rcv.c
@@ -38,11 +38,6 @@
* Implementation of osm_pi_rcv_t.
* This object represents the PortInfo Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.8 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_prtn.c b/opensm/opensm/osm_prtn.c
index 187cff6..9234214 100644
--- a/opensm/opensm/osm_prtn.c
+++ b/opensm/opensm/osm_prtn.c
@@ -36,11 +36,6 @@
* Implementation of osm_prtn_t.
* This object represents an IBA partition.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision$
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_prtn_config.c b/opensm/opensm/osm_prtn_config.c
index 57467d4..9511608 100644
--- a/opensm/opensm/osm_prtn_config.c
+++ b/opensm/opensm/osm_prtn_config.c
@@ -34,10 +34,6 @@
/*
* Abstract:
* Implementation of opensm partition management configuration
- *
- * Environment:
- * Linux User Mode
- *
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_qos.c b/opensm/opensm/osm_qos.c
index ca9a9d3..15eaea1 100644
--- a/opensm/opensm/osm_qos.c
+++ b/opensm/opensm/osm_qos.c
@@ -34,10 +34,6 @@
/*
* Abstract:
* Implementation of OpenSM QoS infrastructure primitives
- *
- * Environment:
- * Linux User Mode
- *
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_qos_policy.c b/opensm/opensm/osm_qos_policy.c
index 6c81872..f1d4e54 100644
--- a/opensm/opensm/osm_qos_policy.c
+++ b/opensm/opensm/osm_qos_policy.c
@@ -37,9 +37,6 @@
* Abstract:
* OSM QoS Policy functions.
*
- * Environment:
- * Linux User Mode
- *
* Author:
* Yevgeny Kliteynik, Mellanox
*/
diff --git a/opensm/opensm/osm_remote_sm.c b/opensm/opensm/osm_remote_sm.c
index 4d44d53..96bfd78 100644
--- a/opensm/opensm/osm_remote_sm.c
+++ b/opensm/opensm/osm_remote_sm.c
@@ -38,11 +38,6 @@
* Implementation of osm_sm_t.
* This object represents the remote SM object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_req.c b/opensm/opensm/osm_req.c
index 42a638a..5454144 100644
--- a/opensm/opensm/osm_req.c
+++ b/opensm/opensm/osm_req.c
@@ -38,11 +38,6 @@
* Implementation of osm_req_t.
* This object represents the generic attribute requester.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.6 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_resp.c b/opensm/opensm/osm_resp.c
index 09239de..d141812 100644
--- a/opensm/opensm/osm_resp.c
+++ b/opensm/opensm/osm_resp.c
@@ -38,11 +38,6 @@
* Implementation of osm_resp_t.
* This object represents the generic attribute responder.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.7 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_router.c b/opensm/opensm/osm_router.c
index 8b93fd6..cb5a236 100644
--- a/opensm/opensm/osm_router.c
+++ b/opensm/opensm/osm_router.c
@@ -38,10 +38,6 @@
* Implementation of osm_router_t.
* This object represents an Infiniband router.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sa.c b/opensm/opensm/osm_sa.c
index 46c5bf7..adf4931 100644
--- a/opensm/opensm/osm_sa.c
+++ b/opensm/opensm/osm_sa.c
@@ -38,11 +38,6 @@
* Implementation of osm_sa_t.
* This object represents the Subnet Administration object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.14 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sa_class_port_info.c b/opensm/opensm/osm_sa_class_port_info.c
index 0839c1b..a43524f 100644
--- a/opensm/opensm/osm_sa_class_port_info.c
+++ b/opensm/opensm/osm_sa_class_port_info.c
@@ -38,11 +38,6 @@
* Implementation of osm_cpi_rcv_t.
* This object represents the ClassPortInfo Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.8 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sa_guidinfo_record.c b/opensm/opensm/osm_sa_guidinfo_record.c
index 43f249a..f38c575 100644
--- a/opensm/opensm/osm_sa_guidinfo_record.c
+++ b/opensm/opensm/osm_sa_guidinfo_record.c
@@ -38,10 +38,6 @@
* Implementation of osm_gir_rcv_t.
* This object represents the GUIDInfoRecord Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sa_informinfo.c b/opensm/opensm/osm_sa_informinfo.c
index f91d0ab..2e0c504 100644
--- a/opensm/opensm/osm_sa_informinfo.c
+++ b/opensm/opensm/osm_sa_informinfo.c
@@ -38,11 +38,6 @@
* Implementation of osm_infr_rcv_t.
* This object represents the InformInfo Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.8 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sa_lft_record.c b/opensm/opensm/osm_sa_lft_record.c
index 82bb63c..1699824 100644
--- a/opensm/opensm/osm_sa_lft_record.c
+++ b/opensm/opensm/osm_sa_lft_record.c
@@ -38,11 +38,6 @@
* Implementation of osm_lftr_rcv_t.
* This object represents the LinearForwardingTable Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sa_link_record.c b/opensm/opensm/osm_sa_link_record.c
index 31abf43..6cc1836 100644
--- a/opensm/opensm/osm_sa_link_record.c
+++ b/opensm/opensm/osm_sa_link_record.c
@@ -38,11 +38,6 @@
* Implementation of osm_lr_rcv_t.
* This object represents the LinkRecord Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.8 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sa_mad_ctrl.c b/opensm/opensm/osm_sa_mad_ctrl.c
index abd8d02..08026bc 100644
--- a/opensm/opensm/osm_sa_mad_ctrl.c
+++ b/opensm/opensm/osm_sa_mad_ctrl.c
@@ -37,11 +37,6 @@
* Abstract:
* Implementation of osm_sa_mad_ctrl_t.
* This object is part of the SA object.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.7 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sa_mcmember_record.c b/opensm/opensm/osm_sa_mcmember_record.c
index 3cfd5f7..e7822fe 100644
--- a/opensm/opensm/osm_sa_mcmember_record.c
+++ b/opensm/opensm/osm_sa_mcmember_record.c
@@ -38,11 +38,6 @@
* Implementation of osm_mcmr_recv_t.
* This object represents the MCMemberRecord Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.15 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sa_mft_record.c b/opensm/opensm/osm_sa_mft_record.c
index da786a0..24b4c3b 100644
--- a/opensm/opensm/osm_sa_mft_record.c
+++ b/opensm/opensm/osm_sa_mft_record.c
@@ -38,10 +38,6 @@
* Implementation of osm_mftr_rcv_t.
* This object represents the MulticastForwardingTable Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sa_multipath_record.c b/opensm/opensm/osm_sa_multipath_record.c
index a800fbe..ad2e1a0 100644
--- a/opensm/opensm/osm_sa_multipath_record.c
+++ b/opensm/opensm/osm_sa_multipath_record.c
@@ -38,10 +38,6 @@
* Implementation of osm_mpr_rcv_t.
* This object represents the MultiPath Record Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
*/
#if defined (VENDOR_RMPP_SUPPORT) && defined (DUAL_SIDED_RMPP)
diff --git a/opensm/opensm/osm_sa_node_record.c b/opensm/opensm/osm_sa_node_record.c
index 1e9d7dc..a43bba7 100644
--- a/opensm/opensm/osm_sa_node_record.c
+++ b/opensm/opensm/osm_sa_node_record.c
@@ -38,11 +38,6 @@
* Implementation of osm_nr_rcv_t.
* This object represents the NodeInfo Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.8 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sa_path_record.c b/opensm/opensm/osm_sa_path_record.c
index 9a9423c..65e6a74 100644
--- a/opensm/opensm/osm_sa_path_record.c
+++ b/opensm/opensm/osm_sa_path_record.c
@@ -38,11 +38,6 @@
* Implementation of osm_pr_rcv_t.
* This object represents the PathRecord Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.10 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sa_portinfo_record.c b/opensm/opensm/osm_sa_portinfo_record.c
index ad9c9ae..8a5ed6d 100644
--- a/opensm/opensm/osm_sa_portinfo_record.c
+++ b/opensm/opensm/osm_sa_portinfo_record.c
@@ -38,11 +38,6 @@
* Implementation of osm_pir_rcv_t.
* This object represents the PortInfoRecord Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.10 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sa_service_record.c b/opensm/opensm/osm_sa_service_record.c
index ce99db2..d68ad22 100644
--- a/opensm/opensm/osm_sa_service_record.c
+++ b/opensm/opensm/osm_sa_service_record.c
@@ -38,11 +38,6 @@
* Implementation of osm_sr_rcv_t.
* This object represents the ServiceRecord Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.9 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sa_slvl_record.c b/opensm/opensm/osm_sa_slvl_record.c
index ae72623..0248594 100644
--- a/opensm/opensm/osm_sa_slvl_record.c
+++ b/opensm/opensm/osm_sa_slvl_record.c
@@ -38,11 +38,6 @@
* Implementation of osm_slvl_rec_rcv_t.
* This object represents the SLtoVL Mapping Query Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.6 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sa_sminfo_record.c b/opensm/opensm/osm_sa_sminfo_record.c
index 75c50ad..1860e55 100644
--- a/opensm/opensm/osm_sa_sminfo_record.c
+++ b/opensm/opensm/osm_sa_sminfo_record.c
@@ -38,11 +38,6 @@
* Implementation of osm_smir_rcv_t.
* This object represents the SMInfo Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.7 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sa_sw_info_record.c b/opensm/opensm/osm_sa_sw_info_record.c
index bae4c75..9003a6c 100644
--- a/opensm/opensm/osm_sa_sw_info_record.c
+++ b/opensm/opensm/osm_sa_sw_info_record.c
@@ -38,10 +38,6 @@
* Implementation of osm_sir_rcv_t.
* This object represents the SwitchInfo Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sa_vlarb_record.c b/opensm/opensm/osm_sa_vlarb_record.c
index 5948cc1..6308a70 100644
--- a/opensm/opensm/osm_sa_vlarb_record.c
+++ b/opensm/opensm/osm_sa_vlarb_record.c
@@ -38,11 +38,6 @@
* Implementation of osm_vlarb_rec_rcv_t.
* This object represents the VLArbitrationRecord Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.7 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_service.c b/opensm/opensm/osm_service.c
index 41aada2..d85be4c 100644
--- a/opensm/opensm/osm_service.c
+++ b/opensm/opensm/osm_service.c
@@ -36,11 +36,6 @@
/*
* Abstract:
* Implementation of service record functions.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.7 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_slvl_map_rcv.c b/opensm/opensm/osm_slvl_map_rcv.c
index c78951d..9899625 100644
--- a/opensm/opensm/osm_slvl_map_rcv.c
+++ b/opensm/opensm/osm_slvl_map_rcv.c
@@ -38,11 +38,6 @@
* Implementation of osm_slvl_rcv_t.
* This object represents the SLtoVL Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.4 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sm.c b/opensm/opensm/osm_sm.c
index 32525ba..7393ead 100644
--- a/opensm/opensm/osm_sm.c
+++ b/opensm/opensm/osm_sm.c
@@ -38,11 +38,6 @@
* Implementation of osm_sm_t.
* This object represents the SM Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.9 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sm_mad_ctrl.c b/opensm/opensm/osm_sm_mad_ctrl.c
index 4b0c27f..aa91c21 100644
--- a/opensm/opensm/osm_sm_mad_ctrl.c
+++ b/opensm/opensm/osm_sm_mad_ctrl.c
@@ -38,11 +38,6 @@
* Implementation of osm_sm_mad_ctrl_t.
* This object represents the SM MAD request controller object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.7 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sm_state_mgr.c b/opensm/opensm/osm_sm_state_mgr.c
index 1fb67c5..6edba50 100644
--- a/opensm/opensm/osm_sm_state_mgr.c
+++ b/opensm/opensm/osm_sm_state_mgr.c
@@ -37,11 +37,6 @@
* Abstract:
* Implementation of osm_sm_state_mgr_t.
* This file implements the SM State Manager object.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.7 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sminfo_rcv.c b/opensm/opensm/osm_sminfo_rcv.c
index 96221d6..9a262d2 100644
--- a/opensm/opensm/osm_sminfo_rcv.c
+++ b/opensm/opensm/osm_sminfo_rcv.c
@@ -38,11 +38,6 @@
* Implementation of osm_sminfo_rcv_t.
* This object represents the SMInfo Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.6 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_state_mgr.c b/opensm/opensm/osm_state_mgr.c
index d61e1bb..4140b49 100644
--- a/opensm/opensm/osm_state_mgr.c
+++ b/opensm/opensm/osm_state_mgr.c
@@ -37,11 +37,6 @@
* Abstract:
* Implementation of osm_state_mgr_t.
* This file implements the State Manager object.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.13 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_subnet.c b/opensm/opensm/osm_subnet.c
index 38f1e80..e465565 100644
--- a/opensm/opensm/osm_subnet.c
+++ b/opensm/opensm/osm_subnet.c
@@ -38,11 +38,6 @@
* Implementation of osm_subn_t.
* This object represents an IBA subnet.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.9 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sw_info_rcv.c b/opensm/opensm/osm_sw_info_rcv.c
index 6c9d2b6..d5b28e3 100644
--- a/opensm/opensm/osm_sw_info_rcv.c
+++ b/opensm/opensm/osm_sw_info_rcv.c
@@ -38,11 +38,6 @@
* Implementation of osm_si_rcv_t.
* This object represents the SwitchInfo Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.6 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_sweep_fail_ctrl.c b/opensm/opensm/osm_sweep_fail_ctrl.c
index efe7e65..4f931f5 100644
--- a/opensm/opensm/osm_sweep_fail_ctrl.c
+++ b/opensm/opensm/osm_sweep_fail_ctrl.c
@@ -36,11 +36,6 @@
/*
* Abstract:
* Implementation of osm_sweep_fail_ctrl_t.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.5 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_switch.c b/opensm/opensm/osm_switch.c
index a8e4b72..fdcd109 100644
--- a/opensm/opensm/osm_switch.c
+++ b/opensm/opensm/osm_switch.c
@@ -38,11 +38,6 @@
* Implementation of osm_switch_t.
* This object represents an Infiniband switch.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.13 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_trap_rcv.c b/opensm/opensm/osm_trap_rcv.c
index f27540b..c562e9a 100644
--- a/opensm/opensm/osm_trap_rcv.c
+++ b/opensm/opensm/osm_trap_rcv.c
@@ -38,11 +38,6 @@
* Implementation of osm_trap_rcv_t.
* This object represents the Trap Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.12 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_ucast_file.c b/opensm/opensm/osm_ucast_file.c
index a6b82f3..43bcbc5 100644
--- a/opensm/opensm/osm_ucast_file.c
+++ b/opensm/opensm/osm_ucast_file.c
@@ -35,10 +35,6 @@
* Abstract:
* Implementation of OpenSM unicast routing module which loads
* routes from the dump file
- *
- * Environment:
- * Linux User Mode
- *
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_ucast_ftree.c b/opensm/opensm/osm_ucast_ftree.c
index caf231c..dc61130 100644
--- a/opensm/opensm/osm_ucast_ftree.c
+++ b/opensm/opensm/osm_ucast_ftree.c
@@ -36,10 +36,6 @@
/*
* Abstract:
* Implementation of OpenSM FatTree routing
- *
- * Environment:
- * Linux User Mode
- *
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_ucast_lash.c b/opensm/opensm/osm_ucast_lash.c
index 74cdd7f..2e67c26 100644
--- a/opensm/opensm/osm_ucast_lash.c
+++ b/opensm/opensm/osm_ucast_lash.c
@@ -38,10 +38,6 @@
/*
* Abstract:
* Implementation of LASH algorithm Calculation functions
- *
- * Environment:
- * Linux User Mode
- *
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_ucast_mgr.c b/opensm/opensm/osm_ucast_mgr.c
index 938db84..5923638 100644
--- a/opensm/opensm/osm_ucast_mgr.c
+++ b/opensm/opensm/osm_ucast_mgr.c
@@ -37,11 +37,6 @@
* Abstract:
* Implementation of osm_ucast_mgr_t.
* This file implements the Unicast Manager object.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.14 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_ucast_updn.c b/opensm/opensm/osm_ucast_updn.c
index 0c4df5d..dea27a6 100644
--- a/opensm/opensm/osm_ucast_updn.c
+++ b/opensm/opensm/osm_ucast_updn.c
@@ -37,11 +37,6 @@
* Abstract:
* Implementation of Up Down Algorithm using ranking & Min Hop
* Calculation functions
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.0 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_vl15intf.c b/opensm/opensm/osm_vl15intf.c
index faff2fa..246e6cc 100644
--- a/opensm/opensm/osm_vl15intf.c
+++ b/opensm/opensm/osm_vl15intf.c
@@ -38,11 +38,6 @@
* Implementation of osm_vl15_t.
* This object represents the VL15 Interface object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.6 $
*/
#if HAVE_CONFIG_H
diff --git a/opensm/opensm/osm_vl_arb_rcv.c b/opensm/opensm/osm_vl_arb_rcv.c
index c45d805..05d54e2 100644
--- a/opensm/opensm/osm_vl_arb_rcv.c
+++ b/opensm/opensm/osm_vl_arb_rcv.c
@@ -38,11 +38,6 @@
* Implementation of osm_vla_rcv_t.
* This object represents the Vl Arbitration Receiver object.
* This object is part of the opensm family of objects.
- *
- * Environment:
- * Linux User Mode
- *
- * $Revision: 1.6 $
*/
#if HAVE_CONFIG_H
More information about the general
mailing list