[ewg] Please pull: PAT patch fix

2008-11-01 Thread Yannick Cote

Hi Vlad,

this patch reverts and correctly reinstate the previous IB/ipath PAT patch.

tree: ssh://openfabrics.org/home/ycote/scm/ofed_1_4/linux-2.6.git
branch: ofed_kernel

commit 2d7ffce69f717aa21a6748b52c718d7f65956d49
Author: Yannick Cote <[EMAIL PROTECTED]>
Date:   Fri Oct 31 21:55:45 2008 -0700

   IB/ipath: Fix the PAT patch and backports
  
   Provide write-combining mappings via PAT
  
   Signed-off-by: Yannick Cote <[EMAIL PROTECTED]>


Regards,

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


[ewg] [PATCH ofed-1.4] ofabuild: proper detection of ibsim version

2008-11-01 Thread Sasha Khapyorsky

Detect ibsim version properly as it is defined in the tree rather than
using hard coded "0.4" value.

Signed-off-by: Sasha Khapyorsky <[EMAIL PROTECTED]>
---

The patch is against ofed_1_4 branch.

 make.srpms |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/make.srpms b/make.srpms
index 515384a..d3b92b7 100755
--- a/make.srpms
+++ b/make.srpms
@@ -66,7 +66,7 @@ case $NAME in
 NAME=dapl
 ;;
 ibsim)
-VERSION=0.4
+VERSION=`sed -ne '/#define IBSIM_VERSION/s/^.*\"\(.*\)\".*$/\1/p' 
ibsim/ibsim.c`
 ;;
 qlvnictools)
 VERSION=0.0.1
-- 
1.6.0.3.517.g759a

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