[ofw] RE: [PATCH] mlx4_hca.inf - IbInstaller issue
    Leonid Keller 
    leonid at mellanox.co.il
       
    Sun May 11 05:23:21 PDT 2008
    
    
  
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: ofw at lists.openfabrics.org
	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
	 
	 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20080511/56a0c5ff/attachment.html>
    
    
More information about the ofw
mailing list