* 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

@@ -1,3 +1,20 @@
2016-02-08 Natalia Portillo <claunia@claunia.com>
* Device/AtaCommands/Cfa.cs:
* Device/AtaCommands/MCPT.cs:
* Device/AtaCommands/Ata28.cs:
* Device/AtaCommands/Ata48.cs:
* Device/AtaCommands/Smart.cs:
* Device/AtaCommands/AtaCHS.cs:
* DiscImageChef.Devices.csproj:
Implemented ATA commands.
* Device/ScsiCommands/SPC.cs:
Make MODE SENSE (6) buffer big enought.
* Enums.cs:
Added new command found in ACS-3 rev. 6
2016-02-07 Natalia Portillo <claunia@claunia.com>
* Device/AtaCommands/Ata28.cs: