7e81d0f556
Implemented decoding mode page 0Eh.
2015-10-30 03:52:24 +00:00
bc38b35c9f
Implemented decoding mode page 10h.
2015-10-30 03:29:58 +00:00
b42a141948
Implemented decoding mode page 07h.
2015-10-30 02:53:36 +00:00
ad4eb17533
Implemented decoding mode page 04h.
2015-10-30 02:50:05 +00:00
cb415f7023
Implemented decoding mode page 01h.
2015-10-30 02:27:07 +00:00
c57c6c79f6
Implemented decoding mode page 0Bh.
2015-10-30 01:37:35 +00:00
2031122b9a
Typo
2015-10-30 01:16:21 +00:00
0c1dc0e9f2
Implemented decoding mode page 03h.
2015-10-30 01:15:56 +00:00
207b580a2a
Implemented decoding mode page 05h.
2015-10-29 05:15:27 +00:00
decc85a10e
Implemented decoding mode page 08h.
2015-10-29 04:21:18 +00:00
42a4a05d2b
Implemented decoding mode page 02h.
2015-10-25 06:22:59 +00:00
dae29117d5
Implemented decoding mode page 0Ah.
2015-10-25 05:39:25 +00:00
7874c8be7a
Added method for decoding MODE SENSE(10) response.
2015-10-25 02:08:52 +00:00
c60083736e
Added information from SCSI-3 SBC-1.
2015-10-25 02:07:39 +00:00
7eac13dda7
Added header information from SCSI-2.
2015-10-24 19:53:59 +01:00
87bd2063d1
Implement SCSI-1 Mode Page decoding.
2015-10-24 06:58:49 +01:00
4ecec3373a
Implemented SCSI PREVENT ALLOW MEDIUM REMOVAL command.
2015-10-24 04:46:11 +01:00
589452272c
Added SCSI MODE SENSE(6) and MODE SENSE(10) commands.
2015-10-24 04:13:55 +01:00
67dc2df4c1
Added SCSI TEST UNIT READY.
2015-10-24 03:07:17 +01:00
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
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
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
ac491f6f5c
Implemented SCSI VPDs 0x00 to 0x80.
2015-10-19 04:32:16 +01:00
2a416eef37
Remove unused code.
2015-10-19 03:17:38 +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
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
b3d48cac37
Separated SCSI decoders by type.
2015-10-19 02:59:32 +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
4457479471
Separated CD decoders by type.
2015-10-19 02:40:30 +01:00
7864f72481
Separated DVD decoders by type.
2015-10-19 02:28:40 +01:00
38a48777e7
Rename fields, methods and structs to more adequate names.
2015-10-19 02:13:54 +01:00
aab90287f9
Separated floppy decoders by type.
2015-10-19 02:04:38 +01:00
d46a5ab437
Organize decoders files&folders
2015-10-19 01:46:06 +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
e9e55162d9
Added ATA/ATAPI IDENTIFY DEVICE disk tags.
2015-10-19 00:32:48 +01:00
4f407e3d15
Added specific console handling for standard, verbose, debug
...
and error outputs.
2015-10-18 22:04:03 +01:00
dfcd7301c5
Added information from T10/536 rev. 4a (ZBC)
2015-10-17 17:22:30 +01:00
d11789a2bd
Added information from RFC 7144.
2015-10-17 05:04:29 +01:00
bf7016e795
Added information from SPC-5.
2015-10-17 04:57:48 +01:00