Implement ATA/ATAPI IDENTIFY decoder.

This commit is contained in:
2015-10-17 01:26:17 +01:00
parent 7001a9a15c
commit 13114a0c5a
4 changed files with 1895 additions and 25 deletions

1910
ATA.cs

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,10 @@
2015-10-17 Natalia Portillo <claunia@claunia.com>
* ATA.cs:
* SCSI.cs:
* DiscImageChef.Decoders.csproj:
Implement ATA/ATAPI IDENTIFY decoder.
2015-10-16 Natalia Portillo <claunia@claunia.com> 2015-10-16 Natalia Portillo <claunia@claunia.com>
* ATA.cs: * ATA.cs:

View File

@@ -10,7 +10,6 @@
<RootNamespace>DiscImageChef.Decoders</RootNamespace> <RootNamespace>DiscImageChef.Decoders</RootNamespace>
<AssemblyName>DiscImageChef.Decoders</AssemblyName> <AssemblyName>DiscImageChef.Decoders</AssemblyName>
<ReleaseVersion>2.2</ReleaseVersion> <ReleaseVersion>2.2</ReleaseVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>

View File

@@ -74,7 +74,7 @@ namespace DiscImageChef.Decoders
SCSIPQVendorMask = 0x04 SCSIPQVendorMask = 0x04
} }
enum SCSIPeripheralDeviceTypes : byte public enum SCSIPeripheralDeviceTypes : byte
{ {
/// <summary> /// <summary>
/// Direct-access device /// Direct-access device