[ewg] [PATCH] Add QIB driver to OFED builds
Ralph Campbell
ralph.campbell at qlogic.com
Tue Jul 7 18:06:09 PDT 2009
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.campbell at 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)
More information about the ewg
mailing list