From 14c92e5dff8bddd4131e46e3b80b086f5de25f24 Mon Sep 17 00:00:00 2001 From: stansmith Date: Fri, 18 Jul 2008 00:19:39 +0000 Subject: [PATCH] [WinOF] added support for mthca.inf from trunk\bin\kernel\xxx git-svn-id: svn://openib.tc.cornell.edu/gen1@1413 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/etc/makebin.bat | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/trunk/etc/makebin.bat b/trunk/etc/makebin.bat index 43c26a33..ad96055f 100644 --- a/trunk/etc/makebin.bat +++ b/trunk/etc/makebin.bat @@ -58,7 +58,7 @@ set dest_dir=%2\HCA\amd64\ if "%DBG%" == "TRUE" echo DBG: AMD64 free drivers to %dest_dir% -set F=ibbus.sys ib_bus.inf ibiou.sys mthca.sys mlx4_hca.sys mlx4_bus.sys +set F=ibbus.sys ib_bus.inf ibiou.sys mthca.sys mthca.inf mlx4_hca.sys mlx4_bus.sys for %%i in ( %F% ) do ( xcopy %bin_dir%\%%i %dest_dir% /yq 1> nul if ERRORLEVEL 1 ( @@ -83,7 +83,7 @@ set dest_dir=%2\HCA\ia64\ if "%DBG%" == "TRUE" echo DBG: ia64 free drivers to %dest_dir% -set F=ibbus.sys ib_bus.inf ibiou.sys mthca.sys +set F=ibbus.sys ib_bus.inf ibiou.sys mthca.sys mthca.inf for %%i in ( %F% ) do ( xcopy %bin_dir%\%%i %dest_dir% /yq 1>nul if ERRORLEVEL 1 ( @@ -109,7 +109,7 @@ if "%DBG%" == "TRUE" echo DBG: x86 free drivers set bin_dir=%1\bin\kernel\objfre_%OSE%_x86\i386 set dest_dir=%2\HCA\x86\ -set F=ibbus.sys ib_bus.inf ibiou.sys mthca.sys mlx4_hca.sys mlx4_bus.sys +set F=ibbus.sys ib_bus.inf ibiou.sys mthca.sys mthca.inf mlx4_hca.sys mlx4_bus.sys for %%i in ( %F% ) do ( xcopy %bin_dir%\%%i %dest_dir% /yq 1>nul if ERRORLEVEL 1 ( @@ -513,7 +513,6 @@ rem .inf files now resident alongside .sys files if "%DBG%" == "TRUE" echo DBG: cpy %OSE% x86 INF files xcopy %1\hw\mthca\kernel\mthca.cdf %2\HCA\x86\ /yq -xcopy %1\hw\mthca\kernel\mthca.inf %2\HCA\x86\ /yq xcopy %1\hw\mlx4\kernel\hca\mlx4_hca.inf %2\HCA\x86\ /yq xcopy %1\hw\mlx4\kernel\hca\mlx4_hca.cdf %2\HCA\x86\ /yq xcopy %1\hw\mlx4\kernel\bus\drv\mlx4_bus.inf %2\HCA\x86\ /yq @@ -538,7 +537,6 @@ if /I "%OSE%" == "wxp" goto cpy_bin_files if "%DBG%" == "TRUE" echo DBG: copy 64bit INF files xcopy %1\hw\mthca\kernel\mthca.cdf %2\HCA\amd64 /yq -xcopy %1\hw\mthca\kernel\mthca.inf %2\HCA\amd64 /yq xcopy %1\hw\mlx4\kernel\hca\mlx4_hca.inf %2\HCA\amd64\ /yq xcopy %1\hw\mlx4\kernel\hca\mlx4_hca.cdf %2\HCA\amd64\ /yq @@ -563,7 +561,6 @@ rem xcopy %1\hw\mlx4\kernel\bus\drv\mlx4_bus.cdf %2\HCA\ia64\ /yq xcopy %1\core\bus\kernel\ib_bus.cdf %2\HCA\ia64\ /yq xcopy %1\hw\mthca\kernel\mthca.cdf %2\HCA\ia64\ /yq -xcopy %1\hw\mthca\kernel\mthca.inf %2\HCA\ia64\ /yq xcopy %1\ulp\ipoib\kernel\ipoib.cdf %2\net\ia64\ /yq xcopy %1\ulp\qlgcvnic\kernel\netvnic.cdf %2\net\ia64\ /yq -- 2.46.0