Corrected the mainboard specific configuration for the ASUS M4A79XTD EVO (Issue 79).
authormoel.mich
Tue, 29 Jun 2010 07:44:55 +0000
changeset 146d27bde956836
parent 145 673c2ad36db2
child 147 17f982ee3a46
Corrected the mainboard specific configuration for the ASUS M4A79XTD EVO (Issue 79).
Hardware/Mainboard/SuperIOHardware.cs
     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));