[ofw] RE: [PATCH] mlx4_hca.inf - IbInstaller issue
    Ishai Rabinovitz 
    ishai at mellanox.co.il
       
    Sun May 11 05:31:36 PDT 2008
    
    
  
Stan,
 
I think this patch should be a part of WinOF 1.1 release.
 
Ishai
________________________________
	From: ofw-bounces at lists.openfabrics.org
[mailto:ofw-bounces at lists.openfabrics.org] On Behalf Of Leonid Keller
	Sent: Sunday, May 11, 2008 3:23 PM
	To: Smith, Stan
	Cc: ofw at lists.openfabrics.org
	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: 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/fdcc8950/attachment.html>
    
    
More information about the ofw
mailing list