[Openib-windows] [PATCH] fix init values for al debug
Yossi Leybovich
sleybo at mellanox.co.il
Sun Jun 18 04:15:50 PDT 2006
Fab
This patch set the initial values of the debug level/flag to the right
values
10x
Yossi
Singed-off-by: Yossi Leybovich (sleybo at mellanox.co.il)
Index: core/bus/kernel/ib_bus.inf
===================================================================
--- core/bus/kernel/ib_bus.inf (revision 1470)
+++ core/bus/kernel/ib_bus.inf (working copy)
@@ -164,8 +164,8 @@
[Ibbus.ParamsReg]
HKR,"Parameters","DebugFlags",%REG_DWORD%,0x80000000
HKR,"Parameters","ReportPortNIC",%REG_DWORD%,1
-HKR,"Parameters","IbalDebugLevel",%REG_DWORD%,0x80000000
-HKR,"Parameters","IbalDebugFlags",%REG_DWORD%,0x80000000
+HKR,"Parameters","IbalDebugLevel",%REG_DWORD%,2
+HKR,"Parameters","IbalDebugFlags",%REG_DWORD%,0x00ffffff
HKR,"Parameters","SmiPollInterval",%REG_DWORD_NO_CLOBBER%,20000
HKR,"Parameters","IocQueryTimeout",%REG_DWORD_NO_CLOBBER%,250
HKR,"Parameters","IocQueryRetries",%REG_DWORD_NO_CLOBBER%,4
i
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bus_inf.patch
Type: application/octet-stream
Size: 763 bytes
Desc: bus_inf.patch
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20060618/75969bc6/attachment.obj>
More information about the ofw
mailing list