* DiscImageChef.Devices/Command.cs:

* DiscImageChef.Decoders/ATA/Errors.cs:
	* DiscImageChef/Commands/DeviceInfo.cs:
	* DiscImageChef.Devices/Linux/Command.cs:
	* DiscImageChef.Devices/Device/Commands.cs:
	* DiscImageChef.Devices/Device/AtaCommands.cs:
	* DiscImageChef.Devices/Device/Constructor.cs:
	* DiscImageChef.Devices/Device/AtapiCommands.cs:
	* DiscImageChef.Devices/DiscImageChef.Devices.csproj:
	* DiscImageChef.Decoders/DiscImageChef.Decoders.csproj:
	  Moved ATA register definition to a more common place.

	* DiscImageChef.Decoders/SCSI/Sense.cs:
	  Added information from SAT-4.
This commit is contained in:
2015-11-23 04:26:53 +00:00
parent 257a717c9a
commit 0ebbd87548
14 changed files with 50 additions and 7 deletions

View File

@@ -49,7 +49,6 @@
<Compile Include="Device\Destructor.cs" />
<Compile Include="Device\Commands.cs" />
<Compile Include="Device\ScsiCommands.cs" />
<Compile Include="Structs.cs" />
<Compile Include="Device\AtaCommands.cs" />
<Compile Include="Device\AtapiCommands.cs" />
</ItemGroup>