diff options
author | Corey Minyard <cminyard@mvista.com> | 2017-08-18 18:32:03 -0400 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2017-09-27 17:03:45 -0400 |
commit | 1c9f98d1bfbd0696442f97fa7d43a727e1e16568 (patch) | |
tree | d8ec85252acaa934729502d072b832fc6906c815 /Documentation/IPMI.txt | |
parent | b72fce52a14bbe0a94259a95032cf9dd1b3dd143 (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.txt | 4 |
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, | |||
81 | enable the 'Generate a panic event to all BMCs on a panic' option. If | 81 | enable the 'Generate a panic event to all BMCs on a panic' option. If |
82 | you want the whole panic string put into the event log using OEM | 82 | you want the whole panic string put into the event log using OEM |
83 | events, enable the 'Generate OEM events containing the panic string' | 83 | events, enable the 'Generate OEM events containing the panic string' |
84 | option. | 84 | option. You can also enable these dynamically by setting the module |
85 | parameter named "panic_op" in the ipmi_msghandler module to "event" | ||
86 | or "string". Setting that parameter to "none" disables this function. | ||
85 | 87 | ||
86 | Basic Design | 88 | Basic Design |
87 | ------------ | 89 | ------------ |