[Openib-windows] infinihost.inf install problem
Yossi Leybovich
sleybo at mellanox.co.il
Tue Jul 4 00:51:15 PDT 2006
To be aligned with mthca.inf it might be better to add
HcaClassGuid = "{58517E00-D3CF-40c9-A679-CEE5752F4491}"
To the string section .
The devcon care only from the ClassGUID in the version section.
> -----Original Message-----
> From: openib-windows-bounces at openib.org
> [mailto:openib-windows-bounces at openib.org] On Behalf Of
> Tillier, Fabian
> Sent: Monday, July 03, 2006 6:20 PM
> To: rob at systemfabricworks.com; Leonid Keller
> Cc: openib-windows at openib.org
> Subject: Re: [Openib-windows] infinihost.inf install problem
>
> Hi Rob,
>
> > -----Original Message-----
> > From: openib-windows-bounces at openib.org [mailto:openib-windows-
> > bounces at openib.org] On Behalf Of Robert H.B. Netzer
> > Sent: Monday, July 03, 2006 10:01 AM
> > To: openib-windows at openib.org
> > Subject: [Openib-windows] infinihost.inf install problem
> >
> > I recently attempted a clean (mt23108) install from the latest svn
> > tree (rev 395) but the co-installer is not running.
> >
> > A recent rev of infinihost.inf seems to have removed the
> definition of
> > the %HcaClassGuid% string but a reference to it remains, in the
> > [ClassAddReg] section:
> >
> > HKLM,"System\CurrentControlSet\Control\CoDeviceInstallers", \
> > %HcaClassGuid%,%REG_MULTI_SZ_APPEND%,
> "IbInstaller.dll,IbCoInstaller"
> >
> > This is an oversight, yes? It looks like this should be
> added down in
> > the [Strings] section:
> >
> > HcaClassGuid = "{58517E00-D3CF-40c9-A679-CEE5752F4491}"
> >
> > (Note that mthca.inf doesn't have this problem.)
>
> You're right - that was an oversight. For some reason, using
> the HcaClassGuid string in the [Version] section caused
> devcon to fail installing the HCA driver. It's probably best
> to just put the GUID explicitly in the [ClassAddReg] section too.
>
> Here's a patch for this - Leonid, please apply if it looks OK to you.
>
> - Fab
>
> Index: hw/mt23108/kernel/infinihost.inf
> ===================================================================
> --- hw/mt23108/kernel/infinihost.inf (revision 395)
> +++ hw/mt23108/kernel/infinihost.inf (working copy)
> @@ -30,7 +30,8 @@
> HKR,,Icon,,-5
> HKR,,SilentInstall,,1
> HKLM,"System\CurrentControlSet\Control\CoDeviceInstallers", \
> - %HcaClassGuid%,%REG_MULTI_SZ_APPEND%,
> "IbInstaller.dll,IbCoInstaller"
> + {58517E00-D3CF-40c9-A679-CEE5752F4491},%REG_MULTI_SZ_APPEND%, \
> + "IbInstaller.dll,IbCoInstaller"
>
> ; ================= Device Install section =====================
>
>
More information about the ofw
mailing list