Vlad,
This should be applied to your ofabuild.git tree after pulling
the changes to add ib_qib to OFED-1.5.

Signed-off-by: Ralph Campbell <ralph.campb...@qlogic.com>

diff --git a/build_ofa_kernel.sh b/build_ofa_kernel.sh
index 88bf94e..2f5b690 100755
--- a/build_ofa_kernel.sh
+++ b/build_ofa_kernel.sh
@@ -150,6 +150,17 @@ set_packages()
                 ;;
         esac
 
+        # QIB
+        case ${arch} in
+                x86_64)
+                        case ${kern} in
+                                
*2.6.9-67*|*2.6.9-78*|*2.6.16.60-0.21*|*2.6.18-93*|*2.6.18-128*|*2.6.27*)
+                                WITH_PACKAGES="${WITH_PACKAGES} --with-qib-mod"
+                                ;;
+                        esac
+                ;;
+        esac
+
         # srp target
         case ${kern} in
                 2.6.16.*-*-*|2.6.18-*fc[56]*|2.6.*.el5|2.6.2[0-9]*|2.6.30)


_______________________________________________
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

Reply via email to