Corrected the mainboard specific configuration for the ASUS M4A79XTD EVO (Issue 79).
1.1 --- a/Hardware/Mainboard/SuperIOHardware.cs Mon Jun 28 20:39:49 2010 +0000
1.2 +++ b/Hardware/Mainboard/SuperIOHardware.cs Tue Jun 29 07:44:55 2010 +0000
1.3 @@ -112,11 +112,8 @@
1.4 f.Add(new Fan("Chassis Fan #1", 1));
1.5 f.Add(new Fan("Power Fan", 2));
1.6 break;
1.7 - case Model.M4A79XTD_EVO:
1.8 - v.Add(new Voltage("+3.3V", 1, 18, 16, 0));
1.9 - v.Add(new Voltage("CPU VCore", 2, 12, 15, 0));
1.10 + case Model.M4A79XTD_EVO:
1.11 v.Add(new Voltage("+5V", 3, 6.8f, 10, 0));
1.12 - v.Add(new Voltage("+12V", 4, 5.6f, 2.7f, 0));
1.13 v.Add(new Voltage("VBat", 8));
1.14 t.Add(new Temperature("CPU", 0));
1.15 t.Add(new Temperature("Motherboard", 1));