Added skeleton for FreeBSD device handling.

This commit is contained in:
2016-04-13 16:28:50 +01:00
parent 53a926c135
commit 93474f1a9c
7 changed files with 619 additions and 4 deletions

View File

@@ -72,6 +72,10 @@
<Compile Include="Device\AtaCommands\Smart.cs" />
<Compile Include="Device\AtaCommands\Cfa.cs" />
<Compile Include="Device\AtaCommands\MCPT.cs" />
<Compile Include="FreeBSD\Command.cs" />
<Compile Include="FreeBSD\Enums.cs" />
<Compile Include="FreeBSD\Extern.cs" />
<Compile Include="FreeBSD\Structs.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
@@ -80,6 +84,7 @@
<Folder Include="Device\" />
<Folder Include="Device\ScsiCommands\" />
<Folder Include="Device\AtaCommands\" />
<Folder Include="FreeBSD\" />
</ItemGroup>
<ProjectExtensions>
<MonoDevelop>