mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
Final fix;
This commit is contained in:
parent
243e43dd13
commit
7cdf493dda
1 changed files with 3 additions and 3 deletions
|
|
@ -95,7 +95,7 @@ namespace Cosmos.HAL.BlockDevice.Ports
|
||||||
|
|
||||||
if (xSpin == 1000000)
|
if (xSpin == 1000000)
|
||||||
{
|
{
|
||||||
mSATAPIDebugger.Send($"Port {mPortNumber} timed out!");
|
mSATADebugger.Send($"Port {mPortNumber} timed out!");
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -189,7 +189,7 @@ namespace Cosmos.HAL.BlockDevice.Ports
|
||||||
|
|
||||||
if (xSpin == 1000000)
|
if (xSpin == 1000000)
|
||||||
{
|
{
|
||||||
mSATAPIDebugger.Send($"Port {mPortNumber} timed out!");
|
mSATADebugger.Send($"Port {mPortNumber} timed out!");
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -263,7 +263,7 @@ namespace Cosmos.HAL.BlockDevice.Ports
|
||||||
|
|
||||||
if (xSpin == 1000000)
|
if (xSpin == 1000000)
|
||||||
{
|
{
|
||||||
mSATAPIDebugger.Send($"Port {mPortNumber} timed out!");
|
mSATADebugger.Send($"Port {mPortNumber} timed out!");
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue