]> git.zerfleddert.de Git - rsbs2/commitdiff
only enable relay (and ipmi...) power switching
authorMichael Gernoth <michael@gernoth.net>
Thu, 29 Jan 2009 23:22:59 +0000 (00:22 +0100)
committerMichael Gernoth <michael@gernoth.net>
Thu, 29 Jan 2009 23:22:59 +0000 (00:22 +0100)
firmware.c

index 84b4e9246e0996d83699f2ab54b13d85abd53353..55556fc15a2a1c8ba3c1ef2197e8b5f120c8ad40 100644 (file)
@@ -236,11 +236,8 @@ void handle_boarddescription(unsigned char *fw, int len, int patch)
                        }
 
                        if (patch) {
-                               /* Enable ATX and relay power switching */
-                               BD_SET(pos, PWRATX);
+                               /* Enable relay power switching */
                                BD_SET(pos, PWRRELAY);
-                               /* ATX standby */
-                               BD_SET(pos, STANDBY);
                        }
                        printf("0x%08x: BOARD_DESCRIPTION: ", pos-fw);
                        print_boarddescription(pos);
Impressum, Datenschutz