[ofw] patch: [mlx4_bus] Move our bus driver to be a network driver

Tzachi Dar tzachid at mellanox.co.il
Sun Sep 6 06:04:52 PDT 2009


[trunk only]
This change is required in order to allow  winpe to automatically load
the bus driver.
 
Thanks
Tzachi
 
Index: Q:/projinf1/trunk/hw/mlx4/kernel/bus/drv/mlx4_bus.inx
===================================================================
--- Q:/projinf1/trunk/hw/mlx4/kernel/bus/drv/mlx4_bus.inx (revision
4689)
+++ Q:/projinf1/trunk/hw/mlx4/kernel/bus/drv/mlx4_bus.inx (revision
4690)
@@ -3,8 +3,10 @@
 
 [Version]
 Signature="$WINDOWS NT$"
-Class=Mlx4Bus
-ClassGUID={714995B2-CD65-4a47-BCFE-95AC73A0D780}
+Class=Net
+ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
+
+
 Provider=%MTL%
 ; must be synchronized with bus\drv.c
 DriverVer=02/01/2008,1.0.0.0
@@ -142,15 +144,24 @@
 [MLX4BUS.DDInstall.ntx86]
 CopyFiles = MLX4BUS.CopyFiles
 AddReg    = MLX4BUS.SoftwareReg
+Characteristics = 0x4 ;NCF_PHYSICAL
+BusType = 5; PCIBus
 
+
 [MLX4BUS.DDInstall.ntamd64]
 CopyFiles = MLX4BUS.CopyFiles
 AddReg    = MLX4BUS.SoftwareReg
+Characteristics = 0x4 ;NCF_PHYSICAL
+BusType = 5; PCIBus
 
+
 [MLX4BUS.DDInstall.ntia64]
 CopyFiles = MLX4BUS.CopyFiles
 AddReg    = MLX4BUS.SoftwareReg
+Characteristics = 0x4 ;NCF_PHYSICAL
+BusType = 5; PCIBus
 
+
 [MLX4BUS.DDInstall.ntx86.Services]
 AddService =
mlx4_bus,%SPSVCINST_ASSOCSERVICE%,MLX4BUS.ServiceInstall,MLX4BUS.EventLo
g
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20090906/630d904c/attachment.html>


More information about the ofw mailing list