X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Documentation%2FIPMI.txt;h=ec8a6fa2c34b2ba4c33acb58eac8f4874f4cff50;hb=1731da41698a0b4ce0b124c3771426720490471d;hp=583eb0d58b25d2451e2cf545c2b480baa7c9b26b;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/Documentation/IPMI.txt b/Documentation/IPMI.txt index 583eb0d58..ec8a6fa2c 100644 --- a/Documentation/IPMI.txt +++ b/Documentation/IPMI.txt @@ -442,7 +442,6 @@ used to control it: modprobe ipmi_watchdog timeout= pretimeout= action= preaction= preop= start_now=x - nowayout=x The timeout is the number of seconds to the action, and the pretimeout is the amount of seconds before the reset that the pre-timeout panic will @@ -473,10 +472,6 @@ the device, as well. If start_now is set to 1, the watchdog timer will start running as soon as the driver is loaded. -If nowayout is set to 1, the watchdog timer will not stop when the -watchdog device is closed. The default value of nowayout is true -if the CONFIG_WATCHDOG_NOWAYOUT option is enabled, or false if not. - When compiled into the kernel, the kernel command line is available for configuring the watchdog: @@ -485,7 +480,6 @@ for configuring the watchdog: ipmi_watchdog.preaction= ipmi_watchdog.preop= ipmi_watchdog.start_now=x - ipmi_watchdog.nowayout=x The options are the same as the module parameter options.