Implement SCSI-1 Mode Page decoding.

This commit is contained in:
2015-10-24 06:58:49 +01:00
parent 4ecec3373a
commit 87bd2063d1
3 changed files with 389 additions and 0 deletions

View File

@@ -79,6 +79,7 @@
<Compile Include="SCSI\VendorString.cs" />
<Compile Include="ATA\Identify.cs" />
<Compile Include="SCSI\EVPD.cs" />
<Compile Include="SCSI\Modes.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>