mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 13:58:47 +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)
|
||||
{
|
||||
mSATAPIDebugger.Send($"Port {mPortNumber} timed out!");
|
||||
mSATADebugger.Send($"Port {mPortNumber} timed out!");
|
||||
return;
|
||||
};
|
||||
|
||||
|
|
@ -189,7 +189,7 @@ namespace Cosmos.HAL.BlockDevice.Ports
|
|||
|
||||
if (xSpin == 1000000)
|
||||
{
|
||||
mSATAPIDebugger.Send($"Port {mPortNumber} timed out!");
|
||||
mSATADebugger.Send($"Port {mPortNumber} timed out!");
|
||||
return;
|
||||
};
|
||||
|
||||
|
|
@ -263,7 +263,7 @@ namespace Cosmos.HAL.BlockDevice.Ports
|
|||
|
||||
if (xSpin == 1000000)
|
||||
{
|
||||
mSATAPIDebugger.Send($"Port {mPortNumber} timed out!");
|
||||
mSATADebugger.Send($"Port {mPortNumber} timed out!");
|
||||
return;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue