]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[OSM] convert to Windows EOL format
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 30 Jan 2009 22:20:39 +0000 (22:20 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 30 Jan 2009 22:20:39 +0000 (22:20 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@1923 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/ulp/opensm/user/include/vendor/osm_vendor.h

index 2df637e70af58beae39641003faa20456c52f572..fedbe0819b572e04fbdcff4c2a133f47bc7716e2 100644 (file)
@@ -1,78 +1,78 @@
-/*
- * Copyright (c) 2004-2006 Voltaire, Inc. All rights reserved.
- * Copyright (c) 2002-2006 Mellanox Technologies LTD. All rights reserved.
- * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
- *
- * This software is available to you under the OpenIB.org BSD license
- * below:
- *
- *     Redistribution and use in source and binary forms, with or
- *     without modification, are permitted provided that the following
- *     conditions are met:
- *
- *      - Redistributions of source code must retain the above
- *        copyright notice, this list of conditions and the following
- *        disclaimer.
- *
- *      - Redistributions in binary form must reproduce the above
- *        copyright notice, this list of conditions and the following
- *        disclaimer in the documentation and/or other materials
- *        provided with the distribution.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
- * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
- * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- * SOFTWARE.
- *
- * $Id$
- */
-
-
-
-/*
- * Abstract:
- *     Include file used by OpenSM to pull in the correct vendor file.
- *
- * Environment:
- *     Linux User Mode
- *
- * $Revision: 1.6 $
- */
-
-/*
-  this is the generic include file which includes
-  the proper vendor specific file
-*/
-#include <vendor/osm_vendor_select.h>
-
-#if defined( OSM_VENDOR_INTF_TEST )
-#include <vendor/osm_vendor_test.h>
-#elif defined( OSM_VENDOR_INTF_UMADT )
-#include <vendor/osm_vendor_umadt.h>
-#elif defined( OSM_VENDOR_INTF_MTL )
-/* HACK - I do not know how to prevent complib from loading kernel H files */
-#undef __init
-#include <vendor/osm_vendor_mlx.h>
-#elif defined( OSM_VENDOR_INTF_TS )
-#undef __init
-#include <vendor/osm_vendor_mlx.h>
-#elif defined( OSM_VENDOR_INTF_ANAFA )
-#undef __init
-#include <vendor/osm_vendor_mlx.h>
-#elif defined( OSM_VENDOR_INTF_SIM )
-#undef __init
-#include <vendor/osm_vendor_mlx.h>
-#elif defined( OSM_VENDOR_INTF_OPENIB )
-#include <vendor/osm_vendor_ibumad.h>
-#elif defined( OSM_VENDOR_INTF_AL )
-#include <vendor/osm_vendor_al.h>
-#elif
-#error No MAD Interface selected!
-#error Choose an interface in osm_vendor_select.h
-#endif
-
-
+/*\r
+ * Copyright (c) 2004-2006 Voltaire, Inc. All rights reserved.\r
+ * Copyright (c) 2002-2006 Mellanox Technologies LTD. All rights reserved.\r
+ * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.\r
+ *\r
+ * This software is available to you under the OpenIB.org BSD license\r
+ * below:\r
+ *\r
+ *     Redistribution and use in source and binary forms, with or\r
+ *     without modification, are permitted provided that the following\r
+ *     conditions are met:\r
+ *\r
+ *      - Redistributions of source code must retain the above\r
+ *        copyright notice, this list of conditions and the following\r
+ *        disclaimer.\r
+ *\r
+ *      - Redistributions in binary form must reproduce the above\r
+ *        copyright notice, this list of conditions and the following\r
+ *        disclaimer in the documentation and/or other materials\r
+ *        provided with the distribution.\r
+ *\r
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS\r
+ * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\r
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r
+ * SOFTWARE.\r
+ *\r
+ * $Id$\r
+ */\r
+\r
+\r
+\r
+/*\r
+ * Abstract:\r
+ *     Include file used by OpenSM to pull in the correct vendor file.\r
+ *\r
+ * Environment:\r
+ *     Linux User Mode\r
+ *\r
+ * $Revision: 1.6 $\r
+ */\r
+\r
+/*\r
+  this is the generic include file which includes\r
+  the proper vendor specific file\r
+*/\r
+#include <vendor/osm_vendor_select.h>\r
+\r
+#if defined( OSM_VENDOR_INTF_TEST )\r
+#include <vendor/osm_vendor_test.h>\r
+#elif defined( OSM_VENDOR_INTF_UMADT )\r
+#include <vendor/osm_vendor_umadt.h>\r
+#elif defined( OSM_VENDOR_INTF_MTL )\r
+/* HACK - I do not know how to prevent complib from loading kernel H files */\r
+#undef __init\r
+#include <vendor/osm_vendor_mlx.h>\r
+#elif defined( OSM_VENDOR_INTF_TS )\r
+#undef __init\r
+#include <vendor/osm_vendor_mlx.h>\r
+#elif defined( OSM_VENDOR_INTF_ANAFA )\r
+#undef __init\r
+#include <vendor/osm_vendor_mlx.h>\r
+#elif defined( OSM_VENDOR_INTF_SIM )\r
+#undef __init\r
+#include <vendor/osm_vendor_mlx.h>\r
+#elif defined( OSM_VENDOR_INTF_OPENIB )\r
+#include <vendor/osm_vendor_ibumad.h>\r
+#elif defined( OSM_VENDOR_INTF_AL )\r
+#include <vendor/osm_vendor_al.h>\r
+#elif\r
+#error No MAD Interface selected!\r
+#error Choose an interface in osm_vendor_select.h\r
+#endif\r
+\r
+\r