|
@@ -2986,7 +2986,7 @@ static void send_panic_events(char *str)
|
|
msg.cmd = 2; /* Platform event command. */
|
|
msg.cmd = 2; /* Platform event command. */
|
|
msg.data = data;
|
|
msg.data = data;
|
|
msg.data_len = 8;
|
|
msg.data_len = 8;
|
|
- data[0] = 0x21; /* Kernel generator ID, IPMI table 5-4 */
|
|
|
|
|
|
+ data[0] = 0x41; /* Kernel generator ID, IPMI table 5-4 */
|
|
data[1] = 0x03; /* This is for IPMI 1.0. */
|
|
data[1] = 0x03; /* This is for IPMI 1.0. */
|
|
data[2] = 0x20; /* OS Critical Stop, IPMI table 36-3 */
|
|
data[2] = 0x20; /* OS Critical Stop, IPMI table 36-3 */
|
|
data[4] = 0x6f; /* Sensor specific, IPMI table 36-1 */
|
|
data[4] = 0x6f; /* Sensor specific, IPMI table 36-1 */
|