diff -r 718555482989 -r 961c07a3bd78 Hardware/LPC/LPCIO.cs --- a/Hardware/LPC/LPCIO.cs Sat Mar 19 16:13:49 2011 +0000 +++ b/Hardware/LPC/LPCIO.cs Sat Mar 19 22:55:05 2011 +0000 @@ -16,7 +16,7 @@ The Initial Developer of the Original Code is Michael Möller . - Portions created by the Initial Developer are Copyright (C) 2009-2010 + Portions created by the Initial Developer are Copyright (C) 2009-2011 the Initial Developer. All Rights Reserved. Contributor(s): @@ -220,6 +220,13 @@ logicalDeviceNumber = WINBOND_NUVOTON_HARDWARE_MONITOR_LDN; break; } break; + case 0xC3: + switch (revision & 0xF0) { + case 0x30: + chip = Chip.NCT6776F; + logicalDeviceNumber = WINBOND_NUVOTON_HARDWARE_MONITOR_LDN; + break; + } break; } if (chip == Chip.Unknown) { if (id != 0 && id != 0xff) { @@ -279,6 +286,7 @@ superIOs.Add(new W836XX(chip, revision, address)); break; case Chip.NCT6771F: + case Chip.NCT6776F: superIOs.Add(new NCT677X(chip, revision, address)); break; case Chip.F71858: