7302 Commits

Author SHA1 Message Date
3343aa043b * .travis.yml:
Typo

	* README.md:
	  Added travis badge.
2015-10-24 01:13:41 +01:00
19b3b0b733 Added travis build description. 2015-10-24 01:10:04 +01:00
a53603ce6a * README.md:
Added AppVeyor badge.

	* DiscImageChef.Devices/Enums.cs:
	  Added X68k controller command.
2015-10-24 00:48:32 +01:00
f8a3f770a3 Added information from ANSI X3T9.3 No. 185 (SASI) 2015-10-24 00:03:54 +01:00
94157df03e SCSI commands that are IDENTICAL on SASI are now aliased for
source code readability.
2015-10-23 21:51:25 +01:00
1eed71488a Correct typo and add missing SASI commands. 2015-10-23 21:39:42 +01:00
40309ae712 Typo 2015-10-23 21:02:38 +01:00
ecc6e56a9a Added information from ECMA-111. 2015-10-23 20:58:13 +01:00
0d146b7f42 Added information from ECMA-111. 2015-10-23 20:58:13 +01:00
8a4c93c7f4 Make some variables readonly so they cannot be modified after
construction.
2015-10-19 05:21:35 +01:00
6a2cb7cf50 Having a globally accessed static SCSI Peripheral Device Type
allows easier command filtering.
2015-10-19 05:20:42 +01:00
e873377777 Device type, manufacturer, model, revision and serial number
are now obtained in device constructor.
2015-10-19 05:11:28 +01:00
ed0c1e6860 Upgrade .NET version to 4.0. 2015-10-19 04:48:17 +01:00
27989589f0 Upgrade .NET version to 4.0. 2015-10-19 04:48:17 +01:00
7476706873 Upgrade .NET version to 4.0. 2015-10-19 04:48:17 +01:00
c8a7bd550d Upgrade .NET version to 4.0. 2015-10-19 04:48:17 +01:00
c8fb4e0123 Upgrade .NET version to 4.0. 2015-10-19 04:48:17 +01:00
4cf5e18059 Added some device static values to variables. 2015-10-19 04:46:09 +01:00
efcc294202 Moved devices enums and structs out of classes. 2015-10-19 04:39:39 +01:00
61a3d99026 Implemented SCSI VPDs 0x00 to 0x80. 2015-10-19 04:32:16 +01:00
ac491f6f5c Implemented SCSI VPDs 0x00 to 0x80. 2015-10-19 04:32:16 +01:00
599d0f091f Remove unused code. 2015-10-19 03:17:38 +01:00
2a416eef37 Remove unused code. 2015-10-19 03:17:38 +01:00
1c0966ce80 * DiscImageChef.Decoders/ATA/ATA.cs:
* DiscImageChef.Decoders/ATA/Identify.cs:
	* DiscImageChef.Decoders/DiscImageChef.Decoders.csproj:
	  Rename fields, methods and structs to more adequate names.

	* DiscImageChef/Commands/Decode.cs:
	* DiscImageChef/Commands/DeviceInfo.cs:
	  Rename ATA/ATAPI decoders fields, methods and structs to
	  more adequate names.
2015-10-19 03:17:03 +01:00
27acec2aa8 * DiscImageChef.Decoders/ATA/ATA.cs:
* DiscImageChef.Decoders/ATA/Identify.cs:
	* DiscImageChef.Decoders/DiscImageChef.Decoders.csproj:
	  Rename fields, methods and structs to more adequate names.

	* DiscImageChef/Commands/Decode.cs:
	* DiscImageChef/Commands/DeviceInfo.cs:
	  Rename ATA/ATAPI decoders fields, methods and structs to
	  more adequate names.
2015-10-19 03:17:03 +01:00
684c9a1fed * DiscImageChef/Commands/Decode.cs:
* DiscImageChef.Decoders/ATA/ATA.cs:
	* DiscImageChef/Commands/DeviceInfo.cs:
	  Rename SCSI decoders fields, methods and structs to more
	  adequate names.

	* DiscImageChef.Decoders/SCSI/MMC/MMC.cs:
	* DiscImageChef.Decoders/DiscImageChef.Decoders.csproj:
	  Separated SCSI decoders by type.

	* DiscImageChef.Decoders/SCSI/Enums.cs:
	* DiscImageChef.Decoders/SCSI/Inquiry.cs:
	* DiscImageChef.Decoders/SCSI/VendorString.cs:
	  Rename fields, methods and structs to more adequate names.
2015-10-19 03:13:15 +01:00
12c5412b52 * DiscImageChef/Commands/Decode.cs:
* DiscImageChef.Decoders/ATA/ATA.cs:
	* DiscImageChef/Commands/DeviceInfo.cs:
	  Rename SCSI decoders fields, methods and structs to more
	  adequate names.

	* DiscImageChef.Decoders/SCSI/MMC/MMC.cs:
	* DiscImageChef.Decoders/DiscImageChef.Decoders.csproj:
	  Separated SCSI decoders by type.

	* DiscImageChef.Decoders/SCSI/Enums.cs:
	* DiscImageChef.Decoders/SCSI/Inquiry.cs:
	* DiscImageChef.Decoders/SCSI/VendorString.cs:
	  Rename fields, methods and structs to more adequate names.
2015-10-19 03:13:15 +01:00
56441ab5aa Separated SCSI decoders by type. 2015-10-19 02:59:32 +01:00
b3d48cac37 Separated SCSI decoders by type. 2015-10-19 02:59:32 +01:00
bf38b4cc3d * DiscImageChef.Decoders/CD/TOC.cs:
* DiscImageChef.Decoders/CD/PMA.cs:
	* DiscImageChef.Decoders/CD/ATIP.cs:
	* DiscImageChef.Decoders/CD/Session.cs:
	* DiscImageChef.Decoders/CD/FullTOC.cs:
	* DiscImageChef.Decoders/CD/CDTextOnLeadIn.cs:
	  Rename fields, methods and structs to more adequate names.

	* DiscImageChef/Commands/Decode.cs:
	  Rename CD decoders fields, methods and structs to more
	  adequate names.
2015-10-19 02:46:04 +01:00
45303f8a8d * DiscImageChef.Decoders/CD/TOC.cs:
* DiscImageChef.Decoders/CD/PMA.cs:
	* DiscImageChef.Decoders/CD/ATIP.cs:
	* DiscImageChef.Decoders/CD/Session.cs:
	* DiscImageChef.Decoders/CD/FullTOC.cs:
	* DiscImageChef.Decoders/CD/CDTextOnLeadIn.cs:
	  Rename fields, methods and structs to more adequate names.

	* DiscImageChef/Commands/Decode.cs:
	  Rename CD decoders fields, methods and structs to more
	  adequate names.
2015-10-19 02:46:04 +01:00
bd0d0c0806 Separated CD decoders by type. 2015-10-19 02:40:30 +01:00
4457479471 Separated CD decoders by type. 2015-10-19 02:40:30 +01:00
236df8128f Separated DVD decoders by type. 2015-10-19 02:28:40 +01:00
7864f72481 Separated DVD decoders by type. 2015-10-19 02:28:40 +01:00
51cb9f2584 Rename fields, methods and structs to more adequate names. 2015-10-19 02:13:54 +01:00
38a48777e7 Rename fields, methods and structs to more adequate names. 2015-10-19 02:13:54 +01:00
56ef6deee7 Separated floppy decoders by type. 2015-10-19 02:04:38 +01:00
aab90287f9 Separated floppy decoders by type. 2015-10-19 02:04:38 +01:00
495e67a70d Organize decoders files&folders 2015-10-19 01:46:06 +01:00
d46a5ab437 Organize decoders files&folders 2015-10-19 01:46:06 +01:00
f5a525d5e9 * DiscImageChef.Console/DicConsole.cs:
Added methods without formatting.

	* DiscImageChef.Decoders/ATA.cs:
	  Typo.

	* DiscImageChef.Decoders/SCSI.cs:
	  Don't try to decode Version Descriptors if there are none.
	Also there are devices on the wild with less than 8 VDs.

	* DiscImageChef/Commands/DeviceInfo.cs:
	  Use a format-less output.
2015-10-19 01:37:23 +01:00
b6722f3e8a * DiscImageChef.Console/DicConsole.cs:
Added methods without formatting.

	* DiscImageChef.Decoders/ATA.cs:
	  Typo.

	* DiscImageChef.Decoders/SCSI.cs:
	  Don't try to decode Version Descriptors if there are none.
	Also there are devices on the wild with less than 8 VDs.

	* DiscImageChef/Commands/DeviceInfo.cs:
	  Use a format-less output.
2015-10-19 01:37:23 +01:00
b661febe57 * DiscImageChef.Console/DicConsole.cs:
Added methods without formatting.

	* DiscImageChef.Decoders/ATA.cs:
	  Typo.

	* DiscImageChef.Decoders/SCSI.cs:
	  Don't try to decode Version Descriptors if there are none.
	Also there are devices on the wild with less than 8 VDs.

	* DiscImageChef/Commands/DeviceInfo.cs:
	  Use a format-less output.
2015-10-19 01:37:23 +01:00
fb0cae95a3 Added ATA/ATAPI IDENTIFY DEVICE disk tags. 2015-10-19 00:32:48 +01:00
e9e55162d9 Added ATA/ATAPI IDENTIFY DEVICE disk tags. 2015-10-19 00:32:48 +01:00
b28f690aab Added specific console handling for standard, verbose, debug
and error outputs.
2015-10-18 22:04:03 +01:00
7cff4a0335 Added specific console handling for standard, verbose, debug
and error outputs.
2015-10-18 22:04:03 +01:00
43d181959a Added specific console handling for standard, verbose, debug
and error outputs.
2015-10-18 22:04:03 +01:00
a77848f4d7 Added specific console handling for standard, verbose, debug
and error outputs.
2015-10-18 22:04:03 +01:00