[ros-diffs] [hbirr] 19910: Removed some third party miniport drivers.

hbirr at svn.reactos.com hbirr at svn.reactos.com
Mon Dec 5 18:05:07 CET 2005


Removed some third party miniport drivers.
Modified: trunk/reactos/boot/freeldr/freeldr/reactos/setupldr.c
  _____  

Modified: trunk/reactos/boot/freeldr/freeldr/reactos/setupldr.c
--- trunk/reactos/boot/freeldr/freeldr/reactos/setupldr.c
2005-12-05 16:55:55 UTC (rev 19909)
+++ trunk/reactos/boot/freeldr/freeldr/reactos/setupldr.c
2005-12-05 17:04:54 UTC (rev 19910)
@@ -598,31 +598,7 @@

   /* Load buslogic.sys (depends on hardware detection) */
   if (!LoadDriver(SourcePath, "buslogic.sys"))
     return;
-  /*
-   * Load aic78u2.sys (depends on hardware detection)
-   */
-  if (!LoadDriver(SourcePath, "aic78u2.sys"))
-     /*return*/;
-  
-  /*
-   * Load trm390w.sys (depends on hardware detection)
-   */
-  if (!LoadDriver(SourcePath, "trm390w.sys"))
-     /*return*/;
 
-  /*
-   * Load hpt3xx.sys (depends on hardware detection)
-   */
-  if (!LoadDriver(SourcePath, "hpt3xx.sys"))
-     /*return*/;
-
-  /*
-   * Load inia100.sys (depends on hardware detection)
-   */
-  if (!LoadDriver(SourcePath, "inia100.sys"))
-     /*return*/;
-     
-
   /* Load class2.sys */
   if (!LoadDriver(SourcePath, "class2.sys"))
     return;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051205/6bd0bb4e/attachment.html


More information about the Ros-diffs mailing list