Applied on 2487.
 
Thanks
Tzachi

________________________________

        From: [email protected]
[mailto:[email protected]] On Behalf Of Tzachi Dar
        Sent: Sunday, September 06, 2009 4:05 PM
        To: [email protected]
        Subject: [ofw] patch: [mlx4_bus] Move our bus driver to be a
network driver
        
        
        [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
         
        

_______________________________________________
ofw mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw

Reply via email to