1.1 --- a/Hardware/Mainboard/SuperIOHardware.cs Sat Apr 30 21:01:54 2011 +0000
1.2 +++ b/Hardware/Mainboard/SuperIOHardware.cs Sun May 01 13:37:15 2011 +0000
1.3 @@ -425,6 +425,7 @@
1.4 break;
1.5
1.6 case Chip.IT8721F:
1.7 + case Chip.IT8728F:
1.8 switch (manufacturer) {
1.9 case Manufacturer.ECS:
1.10 switch (model) {
1.11 @@ -464,7 +465,7 @@
1.12 v.Add(new Voltage("Voltage #1", 0, true));
1.13 v.Add(new Voltage("Voltage #2", 1, true));
1.14 v.Add(new Voltage("Voltage #3", 2, true));
1.15 - v.Add(new Voltage("Analog +3.3V", 3, 10, 10, 0, true));
1.16 + v.Add(new Voltage("Voltage #4", 3, true));
1.17 v.Add(new Voltage("Voltage #5", 4, true));
1.18 v.Add(new Voltage("Voltage #6", 5, true));
1.19 v.Add(new Voltage("Voltage #7", 6, true));