The change is needed in order to use the new compiler Index: mlx4_bus.inf =================================================================== --- mlx4_bus.inf (revision 1126) +++ mlx4_bus.inf (working copy) @@ -48,15 +48,15 @@ [SourceDisksFiles.x86] mlx4_bus.sys = 1,, -wdfcoinstaller01005.dll = 1,, +wdfcoinstaller01007.dll = 1,, [SourceDisksFiles.amd64] mlx4_bus.sys = 1,, -wdfcoinstaller01005.dll = 1,, +wdfcoinstaller01007.dll = 1,, [SourceDisksFiles.ia64] mlx4_bus.sys = 1,, -wdfcoinstaller01005.dll = 1,, +wdfcoinstaller01007.dll = 1,, ;***************************************** ; Mlx4Bus Install Section @@ -168,10 +168,10 @@ CopyFiles=Wdf_CoInstaller_CopyFiles [Wdf_CoInstaller_AddReg] -HKR,,CoInstallers32,0x00010000, "wdfcoinstaller01005.dll,WdfCoInstaller" +HKR,,CoInstallers32,0x00010000, "wdfcoinstaller01007.dll,WdfCoInstaller" [Wdf_CoInstaller_CopyFiles] -wdfcoinstaller01005.dll +wdfcoinstaller01007.dll [MLX4BUS.DDInstall.ntx86.Wdf] KmdfService = mlx4_bus, mlx4_bus_wdfsect @@ -183,7 +183,7 @@ KmdfService = mlx4_bus, mlx4_bus_wdfsect [mlx4_bus_wdfsect] -KmdfLibraryVersion = 1.5 +KmdfLibraryVersion = 1.7 ;***************************************** Index: sources =================================================================== --- sources (revision 1126) +++ sources (working copy) @@ -21,6 +21,8 @@ KMDF_VERSION=1 +KMDF_MINOR_VERSION=7 + C_DEFINES=$(C_DEFINES) -DDRIVER -DDEPRECATE_DDK_FUNCTIONS -D__LITTLE_ENDIAN -DUSE_WDM_INTERRUPTS INCLUDES=..;..\inc;..\..\inc;..\core;..\..\..\inc;..\..\..\..\..\inc;..\ ..\..\..\..\inc\kernel;..\core;..\core\$O
mlx4_kmdf1_7.patch
Description: mlx4_kmdf1_7.patch
_______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
