Implement SCSI INQUIRY command response decoding (and added

adequate disk tag).
This commit is contained in:
2014-09-05 19:07:07 +01:00
parent 39afe44d16
commit 5cf5ca6325
4 changed files with 4601 additions and 1 deletions

View File

@@ -100,6 +100,7 @@
<Compile Include="Checksums\ReedSolomon.cs" />
<Compile Include="Commands\PrintHex.cs" />
<Compile Include="Commands\Decode.cs" />
<Compile Include="Decoders\SCSI.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
@@ -108,6 +109,7 @@
<Folder Include="ImagePlugins\" />
<Folder Include="Commands\" />
<Folder Include="Checksums\" />
<Folder Include="Decoders\" />
</ItemGroup>
<ProjectExtensions>
<MonoDevelop>