aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorCorey Minyard <minyard@acm.org>2004-08-22 23:04:02 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-22 23:04:02 -0700
commit1354e8f58dd3d7d6592d6a89d5df0cdbb43df7ef (patch)
tree5db7560507e8c1958ed479dfb552013901dde7d2 /Documentation
parentbc7e55089923f130eefe2955f1e150350a450933 (diff)
downloadhistory-1354e8f58dd3d7d6592d6a89d5df0cdbb43df7ef.tar.gz
[PATCH] IPMI Watchdog handling updates
Makes the IPMI watchdog more consistent with the other watchdog drivers. I have tested this and it seems to work correctly. I also added docs for the interface change. - support disabling watchdog by writing 'V' to device. - unify printk() - use atomic bit operations on ipmi_wdog_open Signed-off-by: Arkadiusz Miskiewicz <arekm@pld-linux.org> Signed-off-by: Corey Minyard <minyard@acm.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/IPMI.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/IPMI.txt b/Documentation/IPMI.txt
index 583eb0d58b25d2..f049b66d0298c6 100644
--- a/Documentation/IPMI.txt
+++ b/Documentation/IPMI.txt
@@ -496,3 +496,8 @@ start a 120 timer if it is running to make sure the reboot occurs.
Note that if you use the NMI preaction for the watchdog, you MUST
NOT use nmi watchdog mode 1. If you use the NMI watchdog, you
must use mode 2.
+
+Once you open the watchdog timer, you must write a 'V' character to the
+device to close it, or the timer will not stop. This is a new semantic
+for the driver, but makes it consistent with the rest of the watchdog
+drivers in Linux.