Updated to last upstream.
* DiscImageChef.CommonTypes/MediaTypeFromSCSI.cs:
Added DDS-2, DDS-3, DDS-4 with no medium type code.
* DiscImageChef.Devices/Device/ScsiCommands/SPC.cs:
Added REQUEST SENSE command.
* DiscImageChef.Devices/Device/ScsiCommands/SSC.cs:
Added SPACE command.
* DiscImageChef.Devices/Enums.cs:
Added enumeration for SPACE command codes.
* DiscImageChef.Metadata/MediaType.cs:
Added support for DDS, DDS-2, DDS-3, DDS-4.
* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
Added support for Basic Lisa Utility.
* DiscImageChef.Metadata/MediaType.cs:
* DiscImageChef.CommonTypes/MediaType.cs:
Added Priam DataTower.
* DiscImageChef.DiscImages/Apple2MG.cs:
Added CiderPress creator.
* DiscImageChef.DiscImages/CDRWin.cs:
Changed RegExs so words must be exact.
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.
* DiscImageChef.Filesystems/FAT.cs:
Correct null volume label and oem string
* DiscImageChef.Filesystems/NTFS.cs:
Some NTFS do not contain signature1.
* DiscImageChef.Metadata/MediaType.cs:
Added XML name for iomega ZIP.
* DiscImageChef/Commands/Analyze.cs:
* DiscImageChef/Commands/CreateSidecar.cs:
Check multiple partitioning schemes.
* DiscImageChef/Commands/DumpMedia.cs:
Check multiple partitioning schemes.
Do not add interface data to sidecar for removable devices.
Add dump hardware to sidecar for remocable block devices.
* DiscImageChef.Metadata/MediaType.cs:
* DiscImageChef.CommonTypes/MediaType.cs:
Added Jaguar CD, Super CD-ROM² and 3DO discs.
* DiscImageChef.Metadata/Dimensions.cs:
Add dimensions for CDs and family.
* DiscImageChef/Commands/DumpMedia.cs:
Added creation of IBG logs.
Added filesystem and partitions detection (does not work with
raw).
Added Acorn Archimedes and Commodore 15xx floppies.
* DiscImageChef.DiscImages/ImagePlugin.cs:
Added DiskTag for PCMCIA CIS and SecureDigital/MMC CID, CSD
and extended CSD.
* DiscImageChef.Metadata/DiskType.cs:
Added known floppies and magneto-opticals.
* DiscImageChef/Commands/CreateSidecar.cs:
Implemented most support for block media sidecars.
Added manufacturer code for a GCK disc I just came upon.
* DiscImageChef.Metadata/DiskType.cs:
Corrected miswriting of CDXA, CDRW and CDROM.
* DiscImageChef/Commands/MediaInfo.cs:
Check ATIP even if no TOC, as blank discs do always have
ATIP (but no TOC or PMA).
* DiscImageChef.Metadata/DiscImageChef.Metadata.csproj:
Added method to convert DiskType to disk type and subtype
strings.
* DiscImageChef.DiscImages/CDRWin.cs:
Added extra track information.
Corrected ReadLong for CD+G, subchannel should never come
along main channel on reading.
* DiscImageChef.DiscImages/ImagePlugin.cs:
Added extra track information.
Added audio media type.
* DiscImageChef.DiscImages/Nero.cs:
Added extra track information.
* DiscImageChef.DiscImages/ZZZRawImage.cs:
Added support for ReadLong and a single track and session
for optical discs.
* DiscImageChef.Filesystems/FFS.cs:
* DiscImageChef.Filesystems/BFS.cs:
* DiscImageChef.Filesystems/ODS.cs:
* DiscImageChef.Filesystems/SysV.cs:
* DiscImageChef.Filesystems/extFS.cs:
* DiscImageChef.Filesystems/ProDOS.cs:
* DiscImageChef.Filesystems/ext2FS.cs:
* DiscImageChef.Filesystems/LisaFS.cs:
* DiscImageChef.Filesystems/MinixFS.cs:
* DiscImageChef.Filesystems/UNIXBFS.cs:
* DiscImageChef.Filesystems/AppleMFS.cs:
* DiscImageChef.Filesystems/PCEngine.cs:
* DiscImageChef.Filesystems/AppleHFS.cs:
* DiscImageChef.Filesystems/AmigaDOS.cs:
* DiscImageChef.Filesystems/AppleHFSPlus.cs:
Completed XML information.
* DiscImageChef.Filesystems/ISO9660.cs:
Corrected fail in Sega CD IP.BIN decoding.
Corrected IP.BIN date decoding.
Trim spaces at end of Volume Descriptor string fields.
Completed XML information.
* DiscImageChef/Commands/Checksum.cs:
Checking memory usage on each step makes checksum
calculation abismally slower. Removed.
* DiscImageChef/Main.cs:
* DiscImageChef/Options.cs:
* DiscImageChef/DiscImageChef.csproj:
* DiscImageChef/Commands/CreateSidecar.cs:
Added method for creating CICM Metadata XML sidecar.