mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Temporarily remove buslogic.sys from 1st stage too. It'll be reincluded once scsiport.sys is fixed.
svn path=/trunk/; revision=27453
This commit is contained in:
@@ -452,8 +452,8 @@ for(;;);
|
||||
return;
|
||||
|
||||
/* Load buslogic.sys (depends on hardware detection) */
|
||||
if (!LoadDriver(SourcePath, "buslogic.sys"))
|
||||
return;
|
||||
//if (!LoadDriver(SourcePath, "buslogic.sys"))
|
||||
//return;
|
||||
|
||||
/* Load class2.sys */
|
||||
if (!LoadDriver(SourcePath, "class2.sys"))
|
||||
|
||||
Reference in New Issue
Block a user