mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix 48-bit ATA commands. Fixes #532
This commit is contained in:
@@ -63,9 +63,12 @@ namespace Aaru.Decoders.ATA
|
||||
{
|
||||
public ushort Feature;
|
||||
public ushort SectorCount;
|
||||
public ushort LbaLow;
|
||||
public ushort LbaMid;
|
||||
public ushort LbaHigh;
|
||||
public byte LbaLowPrevious;
|
||||
public byte LbaLowCurrent;
|
||||
public byte LbaMidPrevious;
|
||||
public byte LbaMidCurrent;
|
||||
public byte LbaHighPrevious;
|
||||
public byte LbaHighCurrent;
|
||||
public byte DeviceHead;
|
||||
public byte Command;
|
||||
}
|
||||
@@ -100,9 +103,12 @@ namespace Aaru.Decoders.ATA
|
||||
public byte Status;
|
||||
public byte Error;
|
||||
public ushort SectorCount;
|
||||
public ushort LbaLow;
|
||||
public ushort LbaMid;
|
||||
public ushort LbaHigh;
|
||||
public byte LbaLowPrevious;
|
||||
public byte LbaLowCurrent;
|
||||
public byte LbaMidPrevious;
|
||||
public byte LbaMidCurrent;
|
||||
public byte LbaHighPrevious;
|
||||
public byte LbaHighCurrent;
|
||||
public byte DeviceHead;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user