[ofw] PATCH: Make the bus driver start at boot, and as part of the ndis group.
Leonid Keller
leonid at mellanox.co.il
Sun Nov 16 04:35:33 PST 2008
Applied in 1764 (only trunk), thank you.
________________________________
From: ofw-bounces at lists.openfabrics.org
[mailto:ofw-bounces at lists.openfabrics.org] On Behalf Of Tzachi Dar
Sent: Thursday, November 13, 2008 5:18 PM
To: ofw at lists.openfabrics.org
Subject: [ofw] PATCH: Make the bus driver start at boot,and as
part of the ndis group.
(needed to support PXE boot)
Thanks
Tzachi
Index: Q:/projinf4/trunk/hw/mlx4/kernel/bus/drv/mlx4_bus.inx
===================================================================
--- Q:/projinf4/trunk/hw/mlx4/kernel/bus/drv/mlx4_bus.inx
(revision 3124)
+++ Q:/projinf4/trunk/hw/mlx4/kernel/bus/drv/mlx4_bus.inx
(revision 3125)
@@ -164,10 +164,10 @@
[MLX4BUS.ServiceInstall]
DisplayName = %MLX4BUS.ServiceDesc%
ServiceType = %SERVICE_KERNEL_DRIVER%
-StartType = %SERVICE_DEMAND_START%
+StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\mlx4_bus.sys
-LoadOrderGroup = extended base
+LoadOrderGroup = NDIS
AddReg = MLX4BUS.ParamsReg
[MLX4BUS.EventLog]
@@ -257,6 +257,7 @@
SPSVCINST_NULL = 0x0
SPSVCINST_ASSOCSERVICE = 0x00000002
SERVICE_KERNEL_DRIVER = 1
+SERVICE_BOOT_START = 0
SERVICE_DEMAND_START = 3
SERVICE_ERROR_NORMAL = 1
REG_DWORD = 0x00010001
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20081116/ba71434f/attachment.html>
More information about the ofw
mailing list