mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* DiscImageChef.Devices/Device/AtaCommands/Cfa.cs:
* DiscImageChef.Devices/Device/AtaCommands/MCPT.cs: * DiscImageChef.Devices/Device/AtaCommands/Ata28.cs: * DiscImageChef.Devices/Device/AtaCommands/Ata48.cs: * DiscImageChef.Devices/Device/AtaCommands/Smart.cs: * DiscImageChef.Devices/Device/AtaCommands/AtaCHS.cs: * DiscImageChef.Devices/DiscImageChef.Devices.csproj: Implemented ATA commands. * DiscImageChef.Devices/Device/ScsiCommands/SPC.cs: Make MODE SENSE (6) buffer big enought. * DiscImageChef.Devices/Enums.cs: Added new command found in ACS-3 rev. 6
This commit is contained in:
@@ -70,6 +70,8 @@
|
||||
<Compile Include="Device\AtaCommands\Ata28.cs" />
|
||||
<Compile Include="Device\AtaCommands\Ata48.cs" />
|
||||
<Compile Include="Device\AtaCommands\Smart.cs" />
|
||||
<Compile Include="Device\AtaCommands\Cfa.cs" />
|
||||
<Compile Include="Device\AtaCommands\MCPT.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user