[ewg] Re: [PATCH] Add QIB driver to OFED builds

Vladimir Sokolovsky vlad at dev.mellanox.co.il
Wed Jul 8 06:57:43 PDT 2009


Ralph Campbell wrote:
> 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)
>
>
>
>   
Hi Ralph,
This patch is applied,

Please send me the patch for the install.pl script.

Thanks,
Vladimir





More information about the ewg mailing list