[Openib-windows] infinihost.inf install problem
Tillier, Fabian
ftillier at silverstorm.com
Mon Jul 3 08:19:54 PDT 2006
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 =====================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mt23108.inf.patch
Type: application/octet-stream
Size: 587 bytes
Desc: mt23108.inf.patch
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20060703/1b4feb87/attachment.obj>
More information about the ofw
mailing list