1.1 --- a/Hardware/Mainboard/SuperIOHardware.cs Sun Jun 06 11:07:57 2010 +0000
1.2 +++ b/Hardware/Mainboard/SuperIOHardware.cs Sun Jun 06 14:44:53 2010 +0000
1.3 @@ -1,4 +1,4 @@
1.4 -/*
1.5 +/*
1.6
1.7 Version: MPL 1.1/GPL 2.0/LGPL 2.1
1.8
1.9 @@ -77,6 +77,7 @@
1.10 case Chip.W83667HG: this.name = "Winbond W83667HG"; break;
1.11 case Chip.W83667HGB: this.name = "Winbond W83667HG-B"; break;
1.12 case Chip.W83687THF: this.name = "Winbond W83687THF"; break;
1.13 + case Chip.Unknown: this.name = "Unkown"; break;
1.14 }
1.15
1.16 List<Voltage> v = new List<Voltage>();