* 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:
2015-10-16 01:55:55 +01:00
parent 428e5432e4
commit 7001a9a15c
3 changed files with 1863 additions and 0 deletions

View File

@@ -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>
* SCSI.cs: