- 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:
Aleksey Bragin 2007-07-07 18:00:11 +00:00
parent 257520e113
commit c7b28e24dd

View file

@ -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"))