[ofw] Update mlx4 driver to use kmdf version 1.7
Tzachi Dar
tzachid at mellanox.co.il
Mon May 5 00:29:51 PDT 2008
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20080505/7cc14544/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mlx4_kmdf1_7.patch
Type: application/octet-stream
Size: 1622 bytes
Desc: mlx4_kmdf1_7.patch
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20080505/7cc14544/attachment.obj>
More information about the ofw
mailing list