aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/IPMI.txt
diff options
context:
space:
mode:
authorCorey Minyard <cminyard@mvista.com>2017-08-18 18:32:03 -0400
committerCorey Minyard <cminyard@mvista.com>2017-09-27 17:03:45 -0400
commit1c9f98d1bfbd0696442f97fa7d43a727e1e16568 (patch)
treed8ec85252acaa934729502d072b832fc6906c815 /Documentation/IPMI.txt
parentb72fce52a14bbe0a94259a95032cf9dd1b3dd143 (diff)
ipmi: Make IPMI panic strings always available
They were set by config items, but people complained that they were never turned on. So have them always available and enabled by a module parameter. Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'Documentation/IPMI.txt')
-rw-r--r--Documentation/IPMI.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/IPMI.txt b/Documentation/IPMI.txt
index aa77a25a0940..5ef1047e2e66 100644
--- a/Documentation/IPMI.txt
+++ b/Documentation/IPMI.txt
@@ -81,7 +81,9 @@ If you want the driver to put an event into the event log on a panic,
81enable the 'Generate a panic event to all BMCs on a panic' option. If 81enable the 'Generate a panic event to all BMCs on a panic' option. If
82you want the whole panic string put into the event log using OEM 82you want the whole panic string put into the event log using OEM
83events, enable the 'Generate OEM events containing the panic string' 83events, enable the 'Generate OEM events containing the panic string'
84option. 84option. You can also enable these dynamically by setting the module
85parameter named "panic_op" in the ipmi_msghandler module to "event"
86or "string". Setting that parameter to "none" disables this function.
85 87
86Basic Design 88Basic Design
87------------ 89------------