Implemented SCSI VPDs 0x00 to 0x80.

This commit is contained in:
2015-10-19 04:32:16 +01:00
parent 2a416eef37
commit ac491f6f5c
7 changed files with 242 additions and 32 deletions

View File

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