* 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:
2016-02-08 00:13:49 +00:00
parent b0cfea0886
commit 9bb1134973
10 changed files with 873 additions and 2 deletions

View File

@@ -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>