mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* DiscImageChef.Devices/Device/AtaCommands.cs:
* DiscImageChef.Devices/Device/ScsiCommands.cs: * DiscImageChef.Devices/Device/AtapiCommands.cs: Added duration debug printfs. * DiscImageChef.Devices/Enums.cs: Corrected device<->host direction. * DiscImageChef.Devices/Linux/Command.cs: Corrected device<->host direction. Changed to workaround how ATA Pass-Through is really implemented in Linux. * DiscImageChef/Commands/DeviceInfo.cs: Added ATA and ATAPI identify commands.
This commit is contained in:
@@ -2414,11 +2414,11 @@ namespace DiscImageChef.Devices
|
||||
/// </summary>
|
||||
NonData = 3,
|
||||
/// <summary>
|
||||
/// Requests a host->device transfer using PIO
|
||||
/// Requests a device->host transfer using PIO
|
||||
/// </summary>
|
||||
PioIn = 4,
|
||||
/// <summary>
|
||||
/// Requests a device->host transfer using PIO
|
||||
/// Requests a host->device transfer using PIO
|
||||
/// </summary>
|
||||
PioOut = 5,
|
||||
/// <summary>
|
||||
@@ -2438,11 +2438,11 @@ namespace DiscImageChef.Devices
|
||||
/// </summary>
|
||||
DeviceReset = 9,
|
||||
/// <summary>
|
||||
/// Requests a host->device transfer using UltraDMA
|
||||
/// Requests a device->host transfer using UltraDMA
|
||||
/// </summary>
|
||||
UDmaIn = 10,
|
||||
/// <summary>
|
||||
/// Requests a device->host transfer using UltraDMA
|
||||
/// Requests a host->device transfer using UltraDMA
|
||||
/// </summary>
|
||||
UDmaOut = 11,
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user