- Update to r53061
[reactos.git] / boot / freeldr / freeldr / arch / i386 / hardware.c
index 47ec99e..87ba780 100644 (file)
@@ -670,7 +670,8 @@ DetectBiosFloppyPeripheral(PCONFIGURATION_COMPONENT_DATA ControllerKey)
     if ((FloppyType > 5) || (FloppyType == 0))
       continue;
 
-    DiskResetController(FloppyNumber);
+    if (!DiskResetController(FloppyNumber))
+        continue;
 
     Ptr = GetInt1eTable();