Merge from ndis_wip_22102004 branch:
[reactos.git] / reactos / drivers / net / ndis / ndis / main.c
index f4bf18e..5fe7b94 100644 (file)
@@ -62,13 +62,6 @@ DriverEntry(
 
   DriverObject->DriverUnload = MainUnload;
 
-  /* 
-   * until we have PNP support, query the enum key and NdisFindDevice() each one
-   * NOTE- this will load and start other services before this one returns STATUS_SUCCESS.
-   * I hope there aren't code reentrancy problems. :) 
-   */
-  //NdisStartDevices();
-
   return STATUS_SUCCESS;
 }