Added support for the Fintek F71869A (F71868AD) super I/O chip.

This commit is contained in:
Michael Möller
2013-06-30 11:41:36 +00:00
parent 9868e12d7a
commit 67354b4125
5 changed files with 16 additions and 6 deletions

View File

@@ -41,6 +41,8 @@ namespace OpenHardwareMonitor.Hardware.LPC {
lmChips.Add(new LMChip(Chip.F71862, path)); break;
case "f71869":
lmChips.Add(new LMChip(Chip.F71869, path)); break;
case "f71869a":
lmChips.Add(new LMChip(Chip.F71869A, path)); break;
case "f71882fg":
lmChips.Add(new LMChip(Chip.F71882, path)); break;
case "f71889a":