<!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.6000.16587" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=468152807-05052008>The change is 
needed in order to use the new compiler</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=468152807-05052008></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=468152807-05052008>Index: 
mlx4_bus.inf<BR>===================================================================<BR>--- 
mlx4_bus.inf (revision 1126)<BR>+++ mlx4_bus.inf (working copy)<BR>@@ 
-48,15 +48,15 @@<BR> <BR> [SourceDisksFiles.x86]<BR> mlx4_bus.sys 
= 1,,<BR>-wdfcoinstaller01005.dll = 1,,<BR>+wdfcoinstaller01007.dll = 
1,,<BR> <BR> [SourceDisksFiles.amd64]<BR> mlx4_bus.sys = 
1,,<BR>-wdfcoinstaller01005.dll = 1,,<BR>+wdfcoinstaller01007.dll = 
1,,<BR> <BR> [SourceDisksFiles.ia64]<BR> mlx4_bus.sys = 
1,,<BR>-wdfcoinstaller01005.dll = 1,,<BR>+wdfcoinstaller01007.dll = 
1,,<BR> <BR> ;*****************************************<BR> ; 
Mlx4Bus  Install Section<BR>@@ -168,10 +168,10 
@@<BR> CopyFiles=Wdf_CoInstaller_CopyFiles<BR> <BR> [Wdf_CoInstaller_AddReg]<BR>-HKR,,CoInstallers32,0x00010000, 
"wdfcoinstaller01005.dll,WdfCoInstaller"<BR>+HKR,,CoInstallers32,0x00010000, 
"wdfcoinstaller01007.dll,WdfCoInstaller"<BR> <BR> [Wdf_CoInstaller_CopyFiles]<BR>-wdfcoinstaller01005.dll<BR>+wdfcoinstaller01007.dll<BR> <BR> [MLX4BUS.DDInstall.ntx86.Wdf]<BR> KmdfService 
= mlx4_bus, mlx4_bus_wdfsect<BR>@@ -183,7 +183,7 @@<BR> KmdfService = 
mlx4_bus, 
mlx4_bus_wdfsect<BR> <BR> [mlx4_bus_wdfsect]<BR>-KmdfLibraryVersion = 
1.5<BR>+KmdfLibraryVersion = 
1.7<BR> <BR> <BR> ;*****************************************<BR>Index: 
sources<BR>===================================================================<BR>--- 
sources (revision 1126)<BR>+++ sources (working copy)<BR>@@ -21,6 
+21,8 
@@<BR> <BR> KMDF_VERSION=1<BR> <BR>+KMDF_MINOR_VERSION=7<BR>+<BR> C_DEFINES=$(C_DEFINES) 
-DDRIVER -DDEPRECATE_DDK_FUNCTIONS -D__LITTLE_ENDIAN 
-DUSE_WDM_INTERRUPTS<BR> <BR> INCLUDES=..;..\inc;..\..\inc;..\core;..\..\..\inc;..\..\..\..\..\inc;..\..\..\..\..\inc\kernel;..\core;..\core\$O<BR></SPAN></FONT></DIV></BODY></HTML>