From 586f5b860acaf103e2c007d2334e9c3fab32ecea Mon Sep 17 00:00:00 2001 From: leonidk Date: Sun, 16 Nov 2008 12:35:00 +0000 Subject: [PATCH] [MLX4] Make the bus driver to start at boot and as part of the NDIS group. It is needed for PXE boot. Signed-off-by: tzachid@mellanox.co.il git-svn-id: svn://openib.tc.cornell.edu/gen1@1764 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/hw/mlx4/kernel/bus/drv/mlx4_bus.inx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/trunk/hw/mlx4/kernel/bus/drv/mlx4_bus.inx b/trunk/hw/mlx4/kernel/bus/drv/mlx4_bus.inx index 1e3010ee..762b6d4a 100644 --- a/trunk/hw/mlx4/kernel/bus/drv/mlx4_bus.inx +++ b/trunk/hw/mlx4/kernel/bus/drv/mlx4_bus.inx @@ -164,10 +164,10 @@ mlx4_bus.sys [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 @@ DiskId = "Mellanox Mlx4 Bus installation disk" 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 -- 2.46.0