mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:02:58 +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;
|
return;
|
||||||
|
|
||||||
/* 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 class2.sys */
|
/* Load class2.sys */
|
||||||
if (!LoadDriver(SourcePath, "class2.sys"))
|
if (!LoadDriver(SourcePath, "class2.sys"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue