Commit Graph

6509 Commits

Author SHA1 Message Date
d23e4417ef Corrected typo. Cleaned code. 2016-10-16 07:29:19 +01:00
63e34a058f Added Seagate EVPD and INQUIRY fields. 2016-10-14 23:05:36 +01:00
0e808c8844 Added Seagate EVPD and INQUIRY fields. 2016-10-14 23:05:36 +01:00
b41c412cae Added Apple OEM MODE page 30h. 2016-10-14 02:32:26 +01:00
e123203b0a Added Apple OEM MODE page 30h. 2016-10-14 02:32:26 +01:00
d07d1e4dab Added HP vendor EVPD, MODE pages and INQUIRY fields. 2016-10-14 02:20:00 +01:00
895b1b51f8 Added HP vendor EVPD, MODE pages and INQUIRY fields. 2016-10-14 02:20:00 +01:00
0a89f596f5 Added EVPD pages B1h, B2h, B3h and B4h. 2016-10-14 00:02:42 +01:00
d7746415b1 Added EVPD pages B1h, B2h, B3h and B4h. 2016-10-14 00:02:42 +01:00
7ea1a9988e Added EVPD page B0h. 2016-10-13 22:59:48 +01:00
6491e59989 Added EVPD page B0h. 2016-10-13 22:59:48 +01:00
5189365c24 Added IBM vendor EVPD, MODE pages and INQUIRY fields. 2016-10-13 22:56:16 +01:00
5799eb8a5e Added IBM vendor EVPD, MODE pages and INQUIRY fields. 2016-10-13 22:56:16 +01:00
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