Merged the Nuvoton NCT6102D/NCT6106D implementation back into the NCT677X class.

This commit is contained in:
Michael Möller
2015-11-15 16:35:26 +01:00
parent 2c1fe299cc
commit 9e32a33cbf
4 changed files with 98 additions and 328 deletions

View File

@@ -4,7 +4,7 @@
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
Copyright (C) 2009-2013 Michael Möller <mmoeller@openhardwaremonitor.org>
Copyright (C) 2009-2015 Michael Möller <mmoeller@openhardwaremonitor.org>
*/
@@ -316,8 +316,6 @@ namespace OpenHardwareMonitor.Hardware.LPC {
superIOs.Add(new W836XX(chip, revision, address));
break;
case Chip.NCT610X:
superIOs.Add(new NCT610X(chip, revision, address));
break;
case Chip.NCT6771F:
case Chip.NCT6776F:
case Chip.NCT6779D: