cef6bae3b8
Added MODE PAGE 1Dh
2016-10-13 21:31:30 +01:00
55b038daaf
Added MODE PAGE 1Dh
2016-10-13 21:31:30 +01:00
defceb39c5
Added Certance vendor mode pages 21h and 22h.
2016-10-13 21:17:42 +01:00
65b0949b82
Added Certance vendor mode pages 21h and 22h.
2016-10-13 21:17:42 +01:00
00dacbdf69
Added Certance vendor EVPD pages.
2016-10-13 20:28:08 +01:00
5865c61fb2
Added Certance vendor EVPD pages.
2016-10-13 20:28:08 +01:00
33a43fff9a
Added Quantum vendor INQUIRY values and EVPD page C0h.
2016-10-13 19:15:52 +01:00
01e385a6e1
Added Quantum vendor INQUIRY values and EVPD page C0h.
2016-10-13 19:15:52 +01:00
edcc487bf5
Added EVPD page 89h, SCSI to ATA translation layer
2016-10-13 18:31:05 +01:00
7c8df63b16
Added EVPD page 89h, SCSI to ATA translation layer
2016-10-13 18:31:05 +01:00
5459d5eff6
Updated page 85h to SPC-5.
2016-10-13 07:02:33 +01:00
73552019bb
Updated page 85h to SPC-5.
2016-10-13 07:02:33 +01:00
734c53fc2b
Add EVPD page 85h, management network addresses.
2016-10-13 06:59:56 +01:00
f8c9a838ae
Add EVPD page 85h, management network addresses.
2016-10-13 06:59:56 +01:00
44ad09d431
Added EVPD page 81h, implemented operating definition page.
2016-10-13 06:18:12 +01:00
4c809bfdd2
Added EVPD page 81h, implemented operating definition page.
2016-10-13 06:18:12 +01:00
6e65915ced
Updated EVPD Page 83h to SPC-5.
2016-10-13 05:49:11 +01:00
16b4e51191
Updated EVPD Page 83h to SPC-5.
2016-10-13 05:49:11 +01:00
cf3dc536f1
Added SCSI EVPD page 83h.
2016-10-13 04:55:00 +01:00
ec5f9b6044
Added SCSI EVPD page 83h.
2016-10-13 04:55:00 +01:00
b4333e814b
Implemented SCSI EVPD 82h
2016-10-13 04:01:39 +01:00
c5e94dd9e9
Implemented SCSI EVPD 82h
2016-10-13 04:01:39 +01:00
919175c69f
Added support for SCSI MODE PAGEs 11h, 12h, 13h and 14h
...
(medium partitions)
2016-10-13 03:15:56 +01:00
61c7d68f85
Added support for SCSI MODE PAGEs 11h, 12h, 13h and 14h
...
(medium partitions)
2016-10-13 03:15:56 +01:00
7593fd38a0
Code cleaning, using sorting and pragma to not mark necessary
...
casts that seem unnecessary to the compiler.
2016-10-12 06:37:24 +01:00
35ac5aa3e4
Adds support for SCSI Streaming Devices (see #65 ).
2016-10-12 06:19:01 +01:00
7068161ae5
* CICMMetadata:
...
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.
2016-10-12 06:16:41 +01:00
8b8fe9a9cc
* CICMMetadata:
...
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.
2016-10-12 06:16:41 +01:00
65710e654f
* DiscImageChef.Decoders/SCSI/Modes.cs:
...
Added DDS-2.
Corrected casting of density enumeration.
* DiscImageChef.Decoders/SCSI/Types.cs:
Added DDS-2
* DiscImageChef.Devices/Device/ScsiCommands/SPC.cs:
Corrected buffer size for MODE SENSE (6)
* DiscImageChef/Commands/DeviceInfo.cs:
Removed some spurious brackets.
2016-10-10 23:58:35 +01:00
12daf68c1f
* DiscImageChef.Decoders/SCSI/Modes.cs:
...
Added DDS-2.
Corrected casting of density enumeration.
* DiscImageChef.Decoders/SCSI/Types.cs:
Added DDS-2
* DiscImageChef.Devices/Device/ScsiCommands/SPC.cs:
Corrected buffer size for MODE SENSE (6)
* DiscImageChef/Commands/DeviceInfo.cs:
Removed some spurious brackets.
2016-10-10 23:58:35 +01:00
841453e1fa
Adds support for DiscJuggler images, closes #56
2016-10-10 02:06:52 +01:00
17db00b068
* DiscImageChef.DiscImages/CloneCD.cs:
...
Correct subchannel reading.
* DiscImageChef/DetectImageFormat.cs:
Add debug output.
2016-10-10 02:05:49 +01:00
9eb0a44b7a
Adds support for CloneCD images, closes #57 .
2016-10-08 04:29:33 +01:00
621e04b9e8
* DiscImageChef.Filesystems/FAT.cs:
...
Add sanity check for BPB.
* DiscImageChef.Filesystems/AppleHFS.cs:
Correct calling of Read2048SectorAs512()
* DiscImageChef.Decoders/CD/Sector.cs:
* DiscImageChef.Decoders/DiscImageChef.Decoders.csproj:
Added CD sector descrambling.
2016-10-08 04:29:04 +01:00
eeb313e42d
* DiscImageChef.Filesystems/FAT.cs:
...
Add sanity check for BPB.
* DiscImageChef.Filesystems/AppleHFS.cs:
Correct calling of Read2048SectorAs512()
* DiscImageChef.Decoders/CD/Sector.cs:
* DiscImageChef.Decoders/DiscImageChef.Decoders.csproj:
Added CD sector descrambling.
2016-10-08 04:29:04 +01:00
c4793223d5
Link new documentation files.
2016-10-07 19:19:25 +01:00
2e6343f049
Added extra documentation.
2016-10-07 03:32:39 +01:00
c81b91f084
* DiscImageChef.Decoders/Floppy/Apple2.cs:
...
Adds support for marshaling a whole disk, tracks and sectors
as well as decoding sectors in 5and3 and 6and2 GCRs.
* DiscImageChef.Decoders/Floppy/AppleSony.cs:
Adds support for marshaling a whole disk, tracks and sectors
as well as decoding GCR sectors.
* DiscImageChef.DiscImages/AppleNIB.cs:
* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
Adds support for Apple nibble disk images.
2016-10-07 00:43:12 +01:00
b27c25d74e
* DiscImageChef.Decoders/Floppy/Apple2.cs:
...
Adds support for marshaling a whole disk, tracks and sectors
as well as decoding sectors in 5and3 and 6and2 GCRs.
* DiscImageChef.Decoders/Floppy/AppleSony.cs:
Adds support for marshaling a whole disk, tracks and sectors
as well as decoding GCR sectors.
* DiscImageChef.DiscImages/AppleNIB.cs:
* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
Adds support for Apple nibble disk images.
2016-10-07 00:43:12 +01:00
7483d004b7
Adds support for Apple DOS filesystem, closes #33 .
2016-10-07 00:41:59 +01:00
93e86637c1
Updated TODO.
2016-09-30 04:58:45 +01:00
c2ec29a681
Add support for ADC compressed images.
2016-09-30 04:57:35 +01:00
256304bfa2
Fail on StuffIt compressed images.
2016-09-30 04:34:45 +01:00
b0a7b2e7ea
Updated SharpCompress to 0.13.0
2016-09-30 04:32:18 +01:00
d95785eec1
Adds support for compressed QCOW and QCOW2 images, closes #72 .
2016-09-21 03:32:12 +01:00
85fd3b5900
Adds support for MAME Compressed Hunks of Data, closes #48 .
2016-09-21 01:55:41 +01:00
adac1ea9db
Add method to get hexadecimal printout of a byte array.
2016-09-21 01:54:09 +01:00
9a87166daf
Add method to get hexadecimal printout of a byte array.
2016-09-21 01:54:09 +01:00
bf98ed9ffc
Adds support for Zettabyte File System, closes #26 .
2016-09-18 05:09:55 +01:00
f15c7958a4
Added support for Sun's hrtime_t.
2016-09-18 05:09:02 +01:00