1.1 --- a/Hardware/LPC/LPCIO.cs Sat Mar 19 16:13:49 2011 +0000
1.2 +++ b/Hardware/LPC/LPCIO.cs Sat Mar 19 22:55:05 2011 +0000
1.3 @@ -16,7 +16,7 @@
1.4
1.5 The Initial Developer of the Original Code is
1.6 Michael Möller <m.moeller@gmx.ch>.
1.7 - Portions created by the Initial Developer are Copyright (C) 2009-2010
1.8 + Portions created by the Initial Developer are Copyright (C) 2009-2011
1.9 the Initial Developer. All Rights Reserved.
1.10
1.11 Contributor(s):
1.12 @@ -220,6 +220,13 @@
1.13 logicalDeviceNumber = WINBOND_NUVOTON_HARDWARE_MONITOR_LDN;
1.14 break;
1.15 } break;
1.16 + case 0xC3:
1.17 + switch (revision & 0xF0) {
1.18 + case 0x30:
1.19 + chip = Chip.NCT6776F;
1.20 + logicalDeviceNumber = WINBOND_NUVOTON_HARDWARE_MONITOR_LDN;
1.21 + break;
1.22 + } break;
1.23 }
1.24 if (chip == Chip.Unknown) {
1.25 if (id != 0 && id != 0xff) {
1.26 @@ -279,6 +286,7 @@
1.27 superIOs.Add(new W836XX(chip, revision, address));
1.28 break;
1.29 case Chip.NCT6771F:
1.30 + case Chip.NCT6776F:
1.31 superIOs.Add(new NCT677X(chip, revision, address));
1.32 break;
1.33 case Chip.F71858: