mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Removed spurious fields on ATA error registers
This commit is contained in:
@@ -74,7 +74,6 @@ namespace DiscImageChef.Decoders.ATA
|
|||||||
public byte CylinderLow;
|
public byte CylinderLow;
|
||||||
public byte CylinderHigh;
|
public byte CylinderHigh;
|
||||||
public byte DeviceHead;
|
public byte DeviceHead;
|
||||||
public byte Command;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public struct AtaErrorRegistersLba28
|
public struct AtaErrorRegistersLba28
|
||||||
@@ -86,7 +85,6 @@ namespace DiscImageChef.Decoders.ATA
|
|||||||
public byte LbaMid;
|
public byte LbaMid;
|
||||||
public byte LbaHigh;
|
public byte LbaHigh;
|
||||||
public byte DeviceHead;
|
public byte DeviceHead;
|
||||||
public byte Command;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public struct AtaErrorRegistersLba48
|
public struct AtaErrorRegistersLba48
|
||||||
@@ -98,6 +96,5 @@ namespace DiscImageChef.Decoders.ATA
|
|||||||
public ushort LbaMid;
|
public ushort LbaMid;
|
||||||
public ushort LbaHigh;
|
public ushort LbaHigh;
|
||||||
public byte DeviceHead;
|
public byte DeviceHead;
|
||||||
public byte Command;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user