mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* DiscImageChef.Decoders/ATA.cs:
* DiscImageChef.Decoders/DiscImageChef.Decoders.csproj: Added structure for ATA/ATAPI IDENTIFY [PACKET] DEVICE response * DiscImageChef.Devices/Enums.cs: Added command clash in XML documentation
This commit is contained in:
1855
DiscImageChef.Decoders/ATA.cs
Normal file
1855
DiscImageChef.Decoders/ATA.cs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,10 @@
|
|||||||
|
2015-10-16 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
|
* ATA.cs:
|
||||||
|
* DiscImageChef.Decoders.csproj:
|
||||||
|
Added structure for ATA/ATAPI IDENTIFY [PACKET] DEVICE
|
||||||
|
response
|
||||||
|
|
||||||
2015-10-13 Natalia Portillo <claunia@claunia.com>
|
2015-10-13 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
* SCSI.cs:
|
* SCSI.cs:
|
||||||
|
|||||||
@@ -41,6 +41,7 @@
|
|||||||
<Compile Include="Floppy.cs" />
|
<Compile Include="Floppy.cs" />
|
||||||
<Compile Include="MMC.cs" />
|
<Compile Include="MMC.cs" />
|
||||||
<Compile Include="SCSI.cs" />
|
<Compile Include="SCSI.cs" />
|
||||||
|
<Compile Include="ATA.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2015-10-16 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
|
* Enums.cs:
|
||||||
|
Added command clash in XML documentation
|
||||||
|
|
||||||
2015-10-15 Natalia Portillo <claunia@claunia.com>
|
2015-10-15 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
* Device/AtaCommands.cs:
|
* Device/AtaCommands.cs:
|
||||||
|
|||||||
@@ -2254,6 +2254,7 @@ namespace DiscImageChef.Devices
|
|||||||
#region ATA Command Pass-Through
|
#region ATA Command Pass-Through
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Sends a 24-bit ATA command to the device
|
/// Sends a 24-bit ATA command to the device
|
||||||
|
/// Clashes with <see cref="Blank"/>
|
||||||
/// ATA CPT rev. 8a
|
/// ATA CPT rev. 8a
|
||||||
/// </summary>
|
/// </summary>
|
||||||
AtaPassThrough = 0xA1,
|
AtaPassThrough = 0xA1,
|
||||||
|
|||||||
Reference in New Issue
Block a user