[Openib-windows] Bug in ib_bus.inf causing IOU install problem?
Fabian Tillier
ftillier at silverstorm.com
Mon Jul 24 11:16:38 PDT 2006
Hi Mirko,
On 7/24/06, Fabian Tillier <ftillier at silverstorm.com> wrote:
> Hi Mirko,
>
> On 7/21/06, Mirko Benz <mirko.benz at xiranet.com> wrote:
> > One other small issue with the srp inf file: the path to the ibsrp.sys
> > file is not specified correctly and Windows asks for a path to the file
> > later on (this is not the case for ipoib.sys for example).
>
> Hmm, I don't see a problem with the INF file - it may take me a little
> bit to get to look at this, but I'll update the INF if I find
> anything.
Can you try the following changes to the INF and let me know if it
changes the behavior?
Thanks,
- Fab
Index: ulp/srp/kernel/ib_srp.inf
===================================================================
--- ulp/srp/kernel/ib_srp.inf (revision 425)
+++ ulp/srp/kernel/ib_srp.inf (working copy)
@@ -23,9 +23,15 @@
[SourceDisksNames.ia64]
1=%DiskId%,,,\ia64
-[SourceDisksFiles]
+[SourceDisksFiles.x86]
ibsrp.sys=1
+[SourceDisksFiles.amd64]
+ibsrp.sys=1
+
+[SourceDisksFiles.ia64]
+ibsrp.sys=1
+
[Manufacturer]
%OPENIB% = SRP.DeviceSection,ntx86...0x1,ntx86,ntamd64,ntia64
%SST% = VFx.DeviceSection,ntx86...0x1,ntx86,ntamd64,ntia64
More information about the ofw
mailing list