mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implement ATA/ATAPI IDENTIFY decoder.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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:
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2015-10-17 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
|
* DiscImageChef.csproj:
|
||||||
|
Implement ATA/ATAPI IDENTIFY decoder.
|
||||||
|
|
||||||
2015-10-15 Natalia Portillo <claunia@claunia.com>
|
2015-10-15 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
* Commands/DeviceInfo.cs:
|
* Commands/DeviceInfo.cs:
|
||||||
|
|||||||
@@ -9,7 +9,6 @@
|
|||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<RootNamespace>DiscImageChef</RootNamespace>
|
<RootNamespace>DiscImageChef</RootNamespace>
|
||||||
<AssemblyName>DiscImageChef</AssemblyName>
|
<AssemblyName>DiscImageChef</AssemblyName>
|
||||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
||||||
<ReleaseVersion>2.2</ReleaseVersion>
|
<ReleaseVersion>2.2</ReleaseVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||||
|
|||||||
Reference in New Issue
Block a user