]> Git Repo - linux.git/commit - drivers/char/ipmi/ipmi_si_intf.c
[PATCH] IPMI: Add maintenance mode
authorCorey Minyard <[email protected]>
Thu, 7 Dec 2006 04:41:02 +0000 (20:41 -0800)
committerLinus Torvalds <[email protected]>
Thu, 7 Dec 2006 16:39:47 +0000 (08:39 -0800)
commitb9675136e2ad95156fb93be6155f17590bb26fd7
tree009bff8e0074774317b7f3921ed85122cf15bba9
parentb2c03941b50944a268ee4d5823872f220809a3ba
[PATCH] IPMI: Add maintenance mode

Some commands and operations on a BMC can cause the BMC to "go away" for a
while.  This can cause the automatic flag processing and other things of that
nature to timeout and generate annoying logs, or possibly cause other bad
things to happen when in firmware update mode.

Add detection of those commands (cold reset, warm reset, and any firmware
command) and turns off automatic processing for 30 seconds.  It also add a
manual override either way.

Signed-off-by: Corey Minyard <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/char/ipmi/ipmi_devintf.c
drivers/char/ipmi/ipmi_msghandler.c
drivers/char/ipmi/ipmi_si_intf.c
include/linux/ipmi.h
include/linux/ipmi_msgdefs.h
include/linux/ipmi_smi.h
This page took 0.045828 seconds and 4 git commands to generate.