[ofw] PATCH: Make the bus driver start at boot, and as part of the ndis group.

Tzachi Dar tzachid at mellanox.co.il
Thu Nov 13 07:17:48 PST 2008


(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/20081113/00382c79/attachment.html>


More information about the ofw mailing list