diff -r 800a36a1ca8e -r dc276daadb2c Hardware/LPC/LPCHardware.cs --- a/Hardware/LPC/LPCHardware.cs Sun Feb 07 20:59:13 2010 +0000 +++ b/Hardware/LPC/LPCHardware.cs Mon Feb 08 20:18:25 2010 +0000 @@ -61,7 +61,10 @@ case Chip.IT8726F: this.name = "ITE IT8726F"; break; case Chip.W83627DHG: this.name = "Winbond W83627DHG"; break; case Chip.W83627DHGP: this.name = "Winbond W83627DHG-P"; break; + case Chip.W83627EHF: this.name = "Winbond W83627EHF"; break; case Chip.W83627HF: this.name = "Winbond W83627HF"; break; + case Chip.W83667HG: this.name = "Winbond W83667HG"; break; + case Chip.W83667HGB: this.name = "Winbond W83667HG-B"; break; } }