Will be in RC4.
 
stan

________________________________

From: Ishai Rabinovitz [mailto:[EMAIL PROTECTED] 
Sent: Sunday, May 11, 2008 5:32 AM
To: Leonid Keller; Smith, Stan
Cc: [email protected]
Subject: RE: [ofw] RE: [PATCH] mlx4_hca.inf - IbInstaller issue


Stan,
 
I think this patch should be a part of WinOF 1.1 release.
 
Ishai


________________________________

        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Leonid Keller
        Sent: Sunday, May 11, 2008 3:23 PM
        To: Smith, Stan
        Cc: [email protected]
        Subject: [ofw] RE: [PATCH] mlx4_hca.inf - IbInstaller issue
        
        
        The patch is added to the RC branch.
        It allows installing MLX4 drivers from INF file.


________________________________

                From: Reuven Amitai 
                Sent: Tuesday, May 06, 2008 5:47 PM
                To: Leonid Keller
                Cc: [email protected]
                Subject: [PATCH] mlx4_hca.inf - IbInstaller issue
                
                
                Hi,
                 
                The following patch solve a problem on some machines
where IbInstaller.dll doesn't found by INF installation process.
                This problem force ib_bus manual install (by its guid)
to be added.
                 
                Thanks, Reuven.
                 
                 

                Index: hw/mlx4/kernel/hca/mlx4_hca.inf

        
===================================================================

                --- hw/mlx4/kernel/hca/mlx4_hca.inf (revision 1131)

                +++ hw/mlx4/kernel/hca/mlx4_hca.inf (working copy)

                @@ -16,11 +16,11 @@

                 ;*****************************************

                 

                 [DestinationDirs]

                -DefaultDestDir = 12

                -Wdf_CoInstaller_CopyFiles = 11

                -ClassCopyFiles = 11

                -MLX4HCA.UMCopyFiles = 11

                -MLX4HCA.WOW64CopyFiles = 16425

                +DefaultDestDir = %DIRID_DRIVERS%

                +ClassCopyFiles = %DIRID_SYSTEM%

                +MLX4HCA.UMCopyFiles = %DIRID_SYSTEM%

                +MLX4HCA.WOW64CopyFiles = %DIRID_SYSTEM_X86%

                +;Wdf_CoInstaller_CopyFiles = %DIRID_SYSTEM%

                 

                 ;*****************************************

                 ; Class Install section

                @@ -54,14 +54,14 @@

                 1=%DiskId%,,,""

                 

                 [SourceDisksFiles.x86]

                -IbInstaller.dll=1

                +IbInstaller.dll = 1,,

                 mlx4_hca.sys = 1,,

                 mlx4u.dll = 1,,

                 mlx4ud.dll = 1,,

                 ;wdfcoinstaller01005.dll = 1,,

                 

                 [SourceDisksFiles.amd64]

                -IbInstaller.dll=1

                +IbInstaller.dll = 1,,

                 mlx4_hca.sys = 1,,

                 mlx4u.dll = 1,,

                 mlx4ud.dll = 1,,

                @@ -70,7 +70,7 @@

                 ;wdfcoinstaller01005.dll = 1,,

                 

                 [SourceDisksFiles.ia64]

                -IbInstaller.dll=1

                +IbInstaller.dll = 1,,

                 mlx4_hca.sys = 1,,

                 mlx4u.dll = 1,,

                 mlx4ud.dll = 1,,

                @@ -220,3 +220,6 @@

                 SERVICE_ERROR_NORMAL   = 1

                 REG_DWORD              = 0x00010001

                 REG_MULTI_SZ_APPEND    = 0x00010008

                +DIRID_SYSTEM           = 11

                +DIRID_DRIVERS          = 12

                +DIRID_SYSTEM_X86       = 16425

                 

                 

_______________________________________________
ofw mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw

Reply via email to