Added support for Fintek F71862, F71869, F71889.

This commit is contained in:
Michael Möller
2010-02-01 20:16:26 +00:00
parent 34d773fa90
commit 6b9a3e8cd7
5 changed files with 500 additions and 39 deletions

View File

@@ -63,7 +63,7 @@
<Compile Include="Hardware\HDD\HDDGroup.cs" />
<Compile Include="Hardware\HDD\SMART.cs" />
<Compile Include="Hardware\LPC\Chip.cs" />
<Compile Include="Hardware\LPC\F71882.cs" />
<Compile Include="Hardware\LPC\F718XX.cs" />
<Compile Include="Hardware\SMBIOS\SMBIOSGroup.cs" />
<Compile Include="Hardware\LPC\W83627DHG.cs" />
<Compile Include="Hardware\ReportWriter.cs" />
@@ -84,7 +84,7 @@
<Compile Include="Hardware\IGroup.cs" />
<Compile Include="Hardware\IHardware.cs" />
<Compile Include="Hardware\ISensor.cs" />
<Compile Include="Hardware\LPC\IT87.cs" />
<Compile Include="Hardware\LPC\IT87XX.cs" />
<Compile Include="Hardware\LPC\LPCGroup.cs" />
<Compile Include="GUI\MainForm.cs">
<SubType>Form</SubType>