This fixes BZ issue: http://bugs.openfabrics.org/bugzilla/show_bug.cgi?id=2574

"QIB makes SCIF does not work with xeon-phi"

See the bug entry for more details. This is a low-risk, low-impact change 
intended for 3.18-1.

diff --git a/openibd b/openibd
index 5b5077a..9d849f4 100755
--- a/openibd
+++ b/openibd
@@ -3,11 +3,16 @@
 # Bring up/down openib
 #
 # chkconfig: 2345 05 95
-# description: Activates/Deactivates InfiniBand Driver to \
-#              start at boot time.
+# description: Activates/Deactivates InfiniBand Driver to start at boot time.
 #
 ### BEGIN INIT INFO
 # Provides:       openibd
+# Required-Start: mpss
+# Required-Stop:
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: Activates/Deactivates InfiniBand Driver to start at boot
time.
+# Description: Loads kernel modules for Infiniband devices.
 ### END INIT INFO

 #

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to