Changes to support the 3Com 3c90x ndis5 driver and other bugfixes:
[reactos.git] / reactos / drivers / net / ndis / ndis / main.c
index a227484..5abe4f2 100644 (file)
@@ -74,7 +74,7 @@ DriverEntry(
    * NOTE- this will load and start other services before this one returns STATUS_SUCCESS.
    * I hope there aren't code reentrancy problems. :) 
    */
-  NdisStartDevices();
+  //NdisStartDevices();
 
   return STATUS_SUCCESS;
 }