<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3243" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=054063616-12022008><FONT face=Arial size=2>The new ConnectX 
driver is being developed in WDF environment and requires WDK tools for its 
build.</FONT></SPAN></DIV>
<DIV><SPAN class=054063616-12022008><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=054063616-12022008><FONT face=Arial size=2>While trying to 
build OFA stack in WDK environment i've come across a __ptr64 
problem.</FONT></SPAN></DIV>
<DIV><SPAN class=054063616-12022008><FONT face=Arial size=2>This attribute 
causes the WDK compiler crash in checked x86 
environment.</FONT></SPAN></DIV>
<DIV><SPAN class=054063616-12022008><FONT face=Arial size=2>Instead of searching 
some workaround, i'm going to perform the following "drastic" 
solution:</FONT></SPAN></DIV>
<DIV><SPAN class=054063616-12022008>    <FONT face=Arial size=2>- 
remove __ptr64 attribute from all the functions of the 
stack;</FONT></SPAN></DIV>
<DIV><SPAN class=054063616-12022008>    <FONT face=Arial size=2>- 
remove __ptr64 attribute from all the structures except the Ioctl 
ones;</FONT></SPAN></DIV>
<DIV><SPAN class=054063616-12022008>    <FONT face=Arial size=2>- 
use PtrToPtr64 function while the assignment of __ptr64 Ioctl fields (only in 
user space);</FONT></SPAN></DIV>
<DIV><SPAN class=054063616-12022008>    <FONT face=Arial size=2>- 
remove unnecessary castings, related to __ptr64 attriubute all over the code, if 
any;</FONT></SPAN></DIV>
<DIV><SPAN class=054063616-12022008><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=054063616-12022008><FONT face=Arial size=2>The changes wrt 
ioctls will be committed separately to facilitate the code 
review.</FONT></SPAN></DIV>
<DIV><SPAN class=054063616-12022008><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=054063616-12022008><FONT face=Arial size=2>Any 
comments/suggestions/objections ?</FONT></SPAN></DIV>
<DIV><SPAN class=054063616-12022008><FONT face=Arial size=2><FONT 
face="Times New Roman"></FONT></FONT></SPAN> </DIV></BODY></HTML>