mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +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:
parent
257520e113
commit
c7b28e24dd
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue