From 3fff0c69a3b29639c2c321e5d1129868edc3b605 Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Mon, 5 Dec 2005 17:04:54 +0000 Subject: [PATCH] Removed some third party miniport drivers. svn path=/trunk/; revision=19910 --- .../boot/freeldr/freeldr/reactos/setupldr.c | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/reactos/boot/freeldr/freeldr/reactos/setupldr.c b/reactos/boot/freeldr/freeldr/reactos/setupldr.c index e5fe4cde44e..0da4ef1800b 100644 --- a/reactos/boot/freeldr/freeldr/reactos/setupldr.c +++ b/reactos/boot/freeldr/freeldr/reactos/setupldr.c @@ -598,30 +598,6 @@ for(;;); /* 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"))