Files
Aaru.Server/DiscImageChef.Metadata/ChangeLog
Natalia Portillo 98aacadfe9 * DiscImageChef.Devices/Device/AtaCommands/Ata28.cs:
Correct SEEK command to not transfer anything.

	* DiscImageChef.Devices/Device/AtaCommands/AtaCHS.cs:
	  Correct SEEK command to not transfer anything.
	Added differentiation between READ and READ WITH RETRIES for
	  CHS mode.
	Changed blocksize to unsigned on READ LONG.

	* DiscImageChef.Devices/Device/AtaCommands/MCPT.cs:
	  Change MCPT enable and disable commands to use CHS
	  registers.

	* DiscImageChef.Devices/Linux/Command.cs:
	  Linux kernel granularity for SG_IO is only 1ms, use .NET
	  counters for faster times. Solves "infinity" speeds on SSDs.

	* DiscImageChef/Commands/DumpMedia.cs:
	* DiscImageChef/Commands/MediaInfo.cs:
	* DiscImageChef/Commands/MediaScan.cs:
	* DiscImageChef.Metadata/DeviceReport.cs:
	* DiscImageChef/Commands/DeviceReport.cs:
	  Added support for ATA devices.

	* DiscImageChef/Commands/DeviceInfo.cs:
	  Added support for Media Card Pass Through detection and
	  information.
2016-02-10 03:00:39 +00:00

61 lines
1.4 KiB
Plaintext

2016-02-10 Natalia Portillo <claunia@claunia.com>
* DeviceReport.cs:
Added support for ATA devices.
2016-02-05 Natalia Portillo <claunia@claunia.com>
* MediaType.cs:
Added XML name for iomega ZIP.
2016-02-04 Natalia Portillo <claunia@claunia.com>
* Dimensions.cs:
Add dimensions for CDs and family.
* MediaType.cs:
Added Jaguar CD, Super CD-ROM² and 3DO discs.
2016-01-16 Natalia Portillo <claunia@claunia.com>
* Dimensions.cs:
Added about 200 new media types.
2016-01-16 Natalia Portillo <claunia@claunia.com>
* DiskType.cs:
* MediaType.cs:
* Dimensions.cs:
* DiscImageChef.Metadata.csproj:
Refactor most disk references to media.
2016-01-16 Natalia Portillo <claunia@claunia.com>
* Dimensions.cs:
* DiscImageChef.Metadata.csproj:
Added static method to get standard dimensions from disk
types.
2015-12-31 Natalia Portillo <claunia@claunia.com>
* DiskType.cs:
Added known floppies and magneto-opticals.
2015-12-13 Natalia Portillo <claunia@claunia.com>
* DiskType.cs:
Corrected miswriting of CDXA, CDRW and CDROM.
2015-12-06 Natalia Portillo <claunia@claunia.com>
* DiskType.cs:
* DiscImageChef.Metadata.csproj:
Added method to convert DiskType to disk type and subtype
strings.
2015-12-05 Natalia Portillo <claunia@claunia.com>
* DiscImageChef.Metadata.csproj:
Added generating XML metadata for file systems.