[FREELDR]

- Skip the floppy drive if the reset command failed

svn path=/trunk/; revision=53007
This commit is contained in:
Cameron Gutman 2011-07-31 19:16:48 +00:00
parent ba7c40ca5e
commit 9a1c9c3eb4

View file

@ -670,7 +670,8 @@ DetectBiosFloppyPeripheral(PCONFIGURATION_COMPONENT_DATA ControllerKey)
if ((FloppyType > 5) || (FloppyType == 0))
continue;
DiskResetController(FloppyNumber);
if (!DiskResetController(FloppyNumber))
continue;
Ptr = GetInt1eTable();