Skip to content

Commit

Permalink
Update Satapi.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzibyte authored Dec 31, 2017
1 parent e562c7e commit 243e43d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/Cosmos.HAL2/BlockDevice/Ports/Satapi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
using Cosmos.Core.Memory.Old;
using Cosmos.HAL.BlockDevice.Registers;
using Cosmos.Core;
using Cosmos.Debug.Kernel;

namespace Cosmos.HAL.BlockDevice.Ports
{
public class SATAPI : StoragePort
{
public Debug.Kernel.Debugger mSATAPIDebugger = new Debug.Kernel.Debugger("HAL", "SATAPI");
internal static Debugger mSATAPIDebugger = new Debugger("HAL", "SATAPI");

public PortRegisters mPortReg;

Expand Down

0 comments on commit 243e43d

Please sign in to comment.