]> git.openfabrics.org - ~shefty/rdma-win.git/commit
[WinOF]
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 12 Dec 2008 00:59:29 +0000 (00:59 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 12 Dec 2008 00:59:29 +0000 (00:59 +0000)
commit1f18ea7b53eef2ec695e4b9835394ded89183c25
treef39982cf641b270cb71a92bc577ef436cabd74d1
parent431ceacedb9e0c227d3344c01ee355771577ac56
[WinOF]
trunk\WinOF\WIX\{wlh,wnet,wxp}\*\wof.wxs
    Enable ia64 ConnectX (mlx4) HCA support in WinOF Installs.
    Setup winverbs.sys filter driver in WinOF\IBcore\
    Winverbs[ibverbs.dll] OFED verbs & OFED test pgms (ibv_read_bs & friends) installed by default.

trunk\WinOF\WIX\CustomActions.vbs
    Enable use of dpinst.exe for WLH variants; skip having to specify InfiniHost or ConnectX driver.
     Server 2003/XP/XP64 still need to specify 'which' HCA driver (see below).

    Support cmd-line msiexec installs:
      start/wait msiexec /I WOF.msi /passive NODRV=1 #install defaults except drivers (WDM support)

      (Server 2003/Xp64/XP ONLY - ignored for WLH)
      start/wait msiexec /I WOF.msi /passive HCA=cx  # Install ConnectX driver instead of InfiniHost.
      start/wait msiexec /I WOF.msi /passive HCA=+cx  # Install ConnectX and InfiniHost HCA drivers.

      start/wait msiexec /I WOF.msi /passive HCA=SRP  # add SRP driver to default install.
      start/wait msiexec /I WOF.msi /passive HCA=VNIC  # add SRP driver to default install.

trunk\winof\buildrelease.bat
    Rearrange varible set(s) so 'clean' can 'rmdir WinOF\WIX\{wlh,wnet,wxp}\bin'.

git-svn-id: svn://openib.tc.cornell.edu/gen1@1787 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
trunk/WinOF/BuildRelease.bat
trunk/WinOF/WIX/CustomActions.vbs
trunk/WinOF/WIX/wlh/ia64/wof.wxs
trunk/WinOF/WIX/wlh/x64/wof.wxs
trunk/WinOF/WIX/wlh/x86/wof.wxs
trunk/WinOF/WIX/wnet/ia64/wof.wxs
trunk/WinOF/WIX/wnet/x64/wof.wxs
trunk/WinOF/WIX/wnet/x86/wof.wxs
trunk/WinOF/WIX/wxp/x86/wof.wxs