mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Removed some third party miniport drivers.
svn path=/trunk/; revision=19910
This commit is contained in:
parent
1f50809ad3
commit
3fff0c69a3
1 changed files with 0 additions and 24 deletions
|
@ -598,30 +598,6 @@ for(;;);
|
||||||
/* Load buslogic.sys (depends on hardware detection) */
|
/* Load buslogic.sys (depends on hardware detection) */
|
||||||
if (!LoadDriver(SourcePath, "buslogic.sys"))
|
if (!LoadDriver(SourcePath, "buslogic.sys"))
|
||||||
return;
|
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 */
|
/* Load class2.sys */
|
||||||
if (!LoadDriver(SourcePath, "class2.sys"))
|
if (!LoadDriver(SourcePath, "class2.sys"))
|
||||||
|
|
Loading…
Reference in a new issue